I'm working on stats containing a number of visits and the scale on pChart is showing decimals instead of whole integers.
The default setting is creating scales with fractions similar to below:
0 0.2 0.4 0.6 0.8 1.0 1.2 |=== |======== |============================ |=== |===================
That doesn't work as you can't visit a site 1.2 times.
I was trying to make scale only with whole numbers (0, 1, 2 etc.) with "Mode"=>SCALE_MODE_MANUAL
parameter but I failed.
How do I set or force pChart to plot using whole numbers on the axis?