Google Charts Visualization Column Chart axis formatting and column colors

前端 未结 8 1049
不知归路
不知归路 2020-12-25 15:17

\"chart\"

I have this Column Chart using Google\'s Visualization Chart API tools. How would I make it so the y-

8条回答
  •  天命终不由人
    2020-12-25 15:25

    The only workaround that I could find to this problem is that... For example, the default grid divisions are 4. You could change that number. But incase of the default (4) the vAxis.maxValue should be divisible by 4, if now increment that number so that it is.

提交回复
热议问题