The datapoint being passed to chart is not in the format accepted by CanvasJS. Passing it in the format accepted by CanvasJS should work fine in this case.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a JSFiddle reproducing the issue and share it with us so that we can look into the code, understand the scenario better and help you out?
—
Shashi Ranjan
Team CanvasJS
Thanks for sharing the solution, it would help someone if they are looking for something similar :)
—
Shashi Ranjan
Team CanvasJS
Updating maximum dynamically along with updating dataPoints should work fine in this case. Please take a look at this updated JSFiddle.
—
Shashi Ranjan
Team CanvasJS
The JSFiddle shared by @manoj-mohan seems to be working fine.
Can you kindly create a JSFiddle reproducing the issue you are facing so that we can look into the code, understand the scenario better and help you out?
—
Shashi Ranjan
Team CanvasJS
Glad that you found the solution :) Please refer documentation page on React for more information.
—
Shashi Ranjan
Team CanvasJS
CanvasJS just renders all the dataPoints passed to chart options as such. Passing dataPoints with an interval of 5 minutes between each of them should work fine in your case.
If you are still facing any issue kindly share JSFiddle reproducing the same so that we can look into the code, understand the scenario better and help you out.
—
Shashi Ranjan
Team CanvasJS
Adding click event to the axis label is not possible as of now.
You can add a click event handler on a dataSeries to navigate to a specific chart when the user clicks on a dataPoint(also known as Drilldown chart). Please take a look at this JSFiddle for the same.
—
Shashi Ranjan
Team CanvasJS
You can iterate through your dataset and parse it in the format acceptable by CanvasJS as shown in this JSFiddle.
Kindly refer to the given documentation pages to assign click event handler on dataSeries and dataPoint level respectively.
—
Shashi Ranjan
Team CanvasJS
Can you kindly share sample project reproducing the issue along with sample JSON over Google-Drive or Onedrive so that we can look into code, run it locally to understand the scenario better and help you resolve?
—
Shashi Ranjan
Team CanvasJS
Thanks for your appreciation. Feedback from users like you makes our day happier. 🙂
The Radar chart is there in our roadmap, but no definite timeline yet. Please feel free to subscribe to our blog for updates on new releases.
I’m going to buy the 5 developers Licence, but I want to know if I buy the Licence can I try to create my own chart? In this case the Radar chart.
All license comes with source code which you can edit at your end to customize it / add new features.
—
Shashi Ranjan
Team CanvasJS