we used x-axis for years. we need to show months between years. by default it is taking 10 points between the years. but we want 12 points between the years. for example when show 6.11 in the chart between 6 th and 7th year it should show on 6.11 but its showing on 6.1. i want to know that how we can over come this problem.
You can set the interval to 1 and the intervalType to “month” to show labels at a frequency of 1 month.
In case this doesn’t fulfill your requirements kindly create a JSFiddle reproducing the issue and share it with us so that we can look into your code understand the scenario better and help you out.
Crosshair label is showing 7.1 due to it’s valueFormatString (which might be #,###.# or #,###.0). Changing valueFormatString to “#,###.00” should work fine in your case. Please take a look at this JSFiddle.
Sir, is their any chance to set limit “#,###.00” instead of “00” places.
#,###.00 (here limit).
I saw your documentation like minimum and maximum but i tried.