Reputation: 251
I am having data values which I am showing in high chart. But there neither negative value nor decimal value in my data , but than also my y-axis values have decimal value and start value of chart is -50 which need to be 500. Kindly suggest how can i correct this issue , thanks in advance.
Upvotes: 1
Views: 168
Reputation: 45079
Set min
and max
for yAxis. Then to prevent decimals set allowDecimals
to false.
Refs:
Upvotes: 2