function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jagdish nikam 9jagdish nikam 9 

Uniform scaling on Y axis using Google Char API

I am working on stack bar chart using google API. I am facing scaling issue on y axis. I have set the minimum value 0 and max 200000 and also set ticks for the graph at the interval of 20000.

My output shows large bar for first tick i.e 20000 but after then its very small. User-added image
Kindly suggest