6

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

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
joseph
  • 61
  • 1
  • 2

1 Answers1

5

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

Lance Harper
  • 2,216
  • 14
  • 11