I try to create bar chart using google chart example
var data = new google.visualization.DataTable(); data.addColumn(\'string\', \'Topping\'); d
Set the tick values:
tick
vAxis: { ticks: [{v:0, f:'0%'},{v:10, f:'10%'},{v:20, f:'20%'},{v:30, f:'30%'}] }