To add new custom break dynamically you can use addTo method as shown in this JSFiddle.
—
Vishwas R
Team CanvasJS
You can read data from database, which gives you entire year data and render it in first chart. And for monthly and weekly data, you can filter data from the existing as shown in this Sample Project.
—
Vishwas R
Team CanvasJS
Are you looking for multiple charts in a page? If so please take a look at this tutorial on the same. If this doesn’t fulfill your requirements, kindly brief us more about what do you mean by dynamic array binding (is it rendering multiple charts from a single array that keeps updating after an interval?) so that we can understand your scenario better and help you out.
—
Vishwas R
Team CanvasJS
You can achieve this by combining column chart with error chart as shown in this JSFiddle.
—
Vishwas R
Team CanvasJS
Heatmap is there in our wishlist, but we don’t have definite timeline for the same.
—
Vishwas R
Team CanvasJS
Please take a look at this JSFiddle for an example on rendering chart from external JSON file. Also please refer documentation for step-by-step tutorial on rendering chart from JSON data – which works irrespective of chart type.
—
Vishwas R
Team CanvasJS
You can combine multiple dataSeries of column chart with line chart. Please take a look at documentation on multiseries chart for more info.
It would help us understand your exact scenario better if we could look at your code at our end, so I request you to create JSFiddle with your use-case and share it with us if you are facing any issue.
—
Vishwas R
Team CanvasJS
Please take a look at this Dashboard Sample, which shows related charts – when you click on the bubble in the first chart, the data in other charts gets updated according the dataPoint (country) being clicked. You can download Dashboard samples from our download page and edit the source code according to your requirements.
—
Vishwas R
Team CanvasJS
Glad that you figured out the issue and it’s working properly now :)
—
Vishwas R
Team CanvasJS
@nsn,
In the JSFiddle that you have shared jQuery is used to attach events for which you can use JavaScript itself. Please take a look at this updated JSFiddle. Also please take a look at this Angular 7 Sample Project for the same.
—
Vishwas R
Team CanvasJS
Michael,
You can use contentFormatter to format the content of toolTip according to your requirement. Please take a look at this updated JSFiddle.
—
Vishwas R
Team CanvasJS
It seems to be working fine across browsers including Chrome, Firefox, Edge, Opera and IE.
Can you kindly create sample project reproducing the issue, upload it to Google-Drive or Onedrive and share it to us – so that we can look into the code, understand the scenario better and help you out?
—
Vishwas R
Team CanvasJS