How to set vertical axis unit?

B

Barbara

Hi,

I set Y axis hasAutoMajorUnit and hasAutoMinorUnit to
true, but I got Y axis tic make label 11, 12, 12, 12, 12.
It seems it round the value to integer. How to display the
vaue to 11.3, 11.7,....?

Thank you so much!
 
T

Thao Moua [ms]

You need to set the axis' number format.

webchart.charts(0).axes(1).numberformat="##.###"

-tm
 
Top