Google Charts Visualization Column Chart axis formatting and column colors

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

    Simply use hAxis.format

    example :

    hAxis: {minValue:0,format:'0'},
    

    format 0 = Digit

提交回复
热议问题