Google Charts Visualization Column Chart axis formatting and column colors

前端 未结 8 1040
不知归路
不知归路 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:21

    If you change your graph type as follow:

    google.load('visualization', '1', {'packages':['linechart']});
    

    will work for you..

提交回复
热议问题