Hi Stefan,
Data structure of your CSV file is not clear from the picture. Can you please open the file in notepad and paste the content that you see.
—
Sunil Urs
[Update]
Now we have a Tutorial on Creating Charts from CSV Data in our documentation.
nkhlanand,
You need to parse the csv file as described above before assigning it to the chart. As of now we don’t have a way to render chart directly from the csv file.
—
Sunil Urs
James,
We’ve sent v1.3 over email. Also, we’ll consider adding older versions to the download page soon.
—
Sunil Urs
Joanna,
We are currently considering this feature for v1.8 but haven’t decided on the API or timeline yet. We should have more clarity on this once v1.7 is released – by the end of this month.
—
Sunil Urs
Yes, you can do the same via a custom content function for toolTip as mentioned in this article.
—
Sunil Urs
[Update]
Now we have a Tutorial on Creating Charts from CSV Data in our documentation.
Stefan,
Can you please check if you are getting any error in the console? It would also help if you can give us some sample data from your csv file.
—
Sunil Urs
We are looking for developers with 0-2 years of experience. In case you are interested please apply through the link.
—
Sunil Urs
NVG,
As of now it is not possible to have more than one color per series. As a workaround you can create two different series – one for positive and another one for negative values.
—
Sunil Urs
Andrei,
ID is not an absolute necessity. In case of plain JavaScript API you can also pass the DOM element directly. In case you jQuery it just renders inside the first selected element (based on any given selector) – ID is not required.
—
Sunil Urs
Sharvari,
Sorry, this feature is not available as of now.
—
Sunil Urs
dwpark,
As of we dataPoints are automatically sorted in case of scatter & bubble charts. We’ll consider changing this behavior in upcoming versions.
As a workaround you can store the index value of dataPoints yourself and access them inside the event handler.
Here is an example.
—
Sunil Urs
Yacob,
As of now it requires a div element inside which the chart is rendered. This is because chart includes various other DOM elements like menu button, etc.
I would suggest rendering chart inside a hidden div element and then copying the content of chart into your canvas using drawImage method.
—
Sunil Urs
Nirmala,
Issue is because you are using https which is not supported by our website (on which the library resides). Please access the same URL via http and it should work fine.
Also please note that I’ve updated the line containing minimum and maximum values. You need to use timestamp for minimum and maximum due to a bug which we will be fixing soon.
—
Sunil Urs
[Update]
We have just released v1.9.5 Beta which supports Secondary X Axis and Multiple X / Y Axis. Please refer to the release blog for more information.
Gautam,
This feature is not available yet.
—
Sunil Urs
Hi,
Sorry, but we did not understand your requirement. Can you please explain what you mean by “show 7 days in the last days”
—
Sunil Urs