I could be wrong, but on first glance at http://code.google.com/apis/chart/image/docs/gallery/bar_charts.html#bar_types the example for bvo is missing pipes between data sets: chd=t: 10,50,60,80,40 50,60,100,40,20 30,30,75,20,60
should be: chd=t: 10,50,60,80,40 | 50,60,100,40,20 | 30,30,75,20,60 -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-chart-api/-/4sy_ieCU9ZcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
