Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can someone help me create a simple vertical bar chart using google charts?

I need help in building a dynamic chart. i have the following code but need to change it to a vertical bar graph instead of the horizontal one here is the sample http://chart.apis.google.com/chart?cht=bhs&chs=200x50&chco=4d89f9,c6d9fd&chxt=x,y&chxs=0|0&chd=t:80|20

like image 267
joseph Avatar asked Nov 10 '10 15:11

joseph


1 Answers

You can change the "bhs" to "bvs" and change the scaling as needed: Try this.

like image 185
Lance Harper Avatar answered Oct 07 '22 15:10

Lance Harper