Sorry, controlling the first label on the axes is not available as of now.
___________
Indranil Deo
Team CanvasJS
You can achieve the above using Candlestick, Line, and Scatter Charts along with Striplines and Crosshair.
___________
Indranil Deo
Team CanvasJS
Sorry, we don’t have a gauge chart as of now. However, you can use a doughnut chart to create a gauge chart as shown in this JSFiddle.
___________
Indranil Deo
Team CanvasJS
You can use xValueFormatString to format the x values displayed in toolTip and indexLabel.
___________
Indranil Deo
Team CanvasJS
You can restrict click event from being fired for both stripLine and dataPoint simultaneously as shown in this JSFiddle.
Considering this thread as a duplicate of How to handle mouse click event on both strip lines and data point and hence closing the same.
___________
Indranil Deo
Team CanvasJS
You can restrict click event from being fired for both stripLine and dataPoint simultaneously as shown in this JSFiddle.
Considering this thread as a duplicate of How to handle mouse click event on both strip lines and data point and hence closing the same.
___________
Indranil Deo
Team CanvasJS
We don’t have a definite timeline for this fix as of now.
___________
Indranil Deo
Team CanvasJS
To distinguish which dataSeries is attached to the corresponding axis you can set the color of axis according to the dataSeries or you can use legend text as shown in this documentation page. You can also use legend to hide/unhide dataSeries in case of multiseries chart using itemclick property. Please take a look at this documentation page for more information hiding / unhiding dataseries.
___________
Indranil Deo
Team CanvasJS
Thanks for reporting the use-case. We will improve it in upcoming versions.
Considering this thread as a duplicate of Bars in column chart sticks together when canvas size is relatively smaller and hence closing the same.
___________
Indranil Deo
Team CanvasJS