You must be logged in to post your query.
Home › Forums › Report Bugs › Axis label intervals should get recomputed in chart's update workflow
Tagged: axis interval, axis labels, skipping
Example fiddle – https://jsfiddle.net/AyanGhatak/8bd4mhqg/embedded/result,js
Try toggling the button. The y-axis are still skipped even when updated to a larger height dimension.
@ayanghatak,
Labels are shown at every interval of the axis. In the JSFiddle that you have shared, we observed that the interval over axisY (horizontal in case of bar chart) is getting changed when the height of the chart is updated. However, the labels of axisX (vertical in case of the bar chart) remain the same with height 200px and 400px as the interval calculated for both the heights are same.
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register