Events are available only on dataPoints (markers incase of line chart) and not on entire line as of now.
—-
Manoj Mohan
Team CanvasJS
You can iterate through the string and use JavaScript chartAt method to find the character at a given index. You can parse it to float / integer, before passing it to datapoint y-value.
If you are still facing the issue, kindly create JSFiddle reproducing the issue you are facing along with sample data and share it with us so that we can look into the code / chart-options being used, run it at our end to understand the use-case better and help you out.
—-
Manoj Mohan
Team CanvasJS
Can you kindly create a sample project reproducing the issue you are facing along with sample data and share it with us over Google-Drive or Onedrive? Also, kindly brief us further about the issue so that we understand your scenario better and help you out.
—-
Manoj Mohan
Team CanvasJS
Stacked Area Charts are Area Charts plotted together with aligned x values, such that at any point it shows a cumulative total of that point for all series. Because of this reason, the dataSeries will be shown at the value which is the sum of all its previous dataSeries.
Considering this thread as a duplicate of Chart is rendering but y axis is not proper and hence closing the same.
—-
Manoj Mohan
Team CanvasJS
Stacked Area Charts are Area Charts plotted together with aligned x values, such that at any point it shows a cumulative total of that point for all series. Because of this reason, the dataSeries will be shown at the value which is the sum of all its previous dataSeries.
Considering this thread as duplicate of Chart is rendering but y axis is not proper and hence closing the same.
—-
Manoj Mohan
Team CanvasJS
Stacked Area Charts are Area Charts plotted together with aligned x values, such that at any point it shows a cumulative total of that point for all series. Because of this reason, the dataSeries will be shown at the value which is the sum of all its previous dataSeries.
—-
Manoj Mohan
Team CanvasJS
CanvasJS is a javascript library that runs on the client-side(in browser). To save an image on server side, you need to run CanvasJS library on a headless browser. Please refer to this Stack Overflow thread to know more about running headless browser in shared hosting.
—-
Manoj Mohan
Team CanvasJS
It seems to be working fine. Please take a look at this JSFiddle.
If you are still facing the issue, kindly create JSFiddle reproducing the issue you are facing along with sample data and share it with us so that we can look into the code / chart-options being used, run it at our end to understand the use-case better and help you out.
—-
Manoj Mohan
Team CanvasJS
axisX labels and labelBackgroundColor seems to be working fine. Can you kindly create JSFiddle reproducing the issue you are facing along with sample data and share it with us so that we can look into the code / chart-options being used, run it at our end to understand the use-case better and help you out?
—
Manoj Mohan
Team CanvasJS
Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code / chart-options used, understand the scenario better and help you resolve?
—-
Manoj Mohan
Team CanvasJS
Sven,
Rendering the respective chart on switching tabs using shown.bs.tab event should work fine in your case as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS
Michael,
Sorry for the inconvenience caused, we don’t have grouping of axis labels as of now. As we are busy implementing some important features right now, we will reconsider this feature in future releases.
—-
Manoj Mohan
Team CanvasJS