Thanks for your feedback. It is there in our wishlist but no definite timeline yet.
—-
Manoj Mohan
Team CanvasJS
Can you kindly create a sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with sample data so that we can look into your code, run it locally at our end to understand the scenario better and help you out?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue at our end or not able to understand the exact requirements or due to the variation in chart-options being used by you and us. Because of these reasons we expect you so share sample project along with sample data(dummy data) which helps us run it locally at our end to understand the use case and help you resolve.
—-
Manoj Mohan
Team CanvasJS
Can you kindly create a sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with sample data so that we can look into your code, run it locally at our end to understand the scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
It seems to be working fine. Can you kindly create a sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with sample data so that we can look into your code, run it locally at our end to understand the scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
With your bar line chart combination charts
Do you mean combination of column & line charts? If so, yes it’s possible to combine column & line.
is there a way to get a custom x axis, such as week ending dates instead of months?
You can format the labels shown in x-axis by using valueFormatString. Please refer this documentation page for list of options in format-string.
Also, can I add multiple multiple bars (2 bar axis) with line combo?
Yes, you can combine multi-series column chart & line chart. Please take a look at this JSFiddle for the same.
—-
Manoj Mohan
Team CanvasJS
How we can set the same width to the line even if data points are zero?
Can you kindly create JSFiddle with your use-case and share it with us along with more briefing about your requirements so that we can understand your scenario better and help you out?
How we can set a combination graph (2 y-axes) grids as equidistant?
You can achieve this by syncing the range of both the axes with the help of set method as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS
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