I have a Google bar chart, I set 'curveType': 'function' so that the graph is curved and has a nice look. My problem is that when the data point has a value of 0 followed by the next highest value, the chart drops below 0 so that the curve can fit correctly. It also makes vAxis have minRange -2000, this is not possible for my data (number of downloads over time).
I tried to solve this problem by setting 'minValue': 0 and 'viewWindowMode': 'maximized' to vAxis, but this did not solve the problem completely.
I have attached an image that explains my problem much better than I can in words.

If anyone knows a solution to this problem, without me, to return to straight lines, it would be very valuable. thanks
Steveeddson
source share