Posted by tms8707056 on May 15, 2009 at 2:52pm
Jump to:
| Project: | Google chart API |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Is there any documentation on how to use grouped bar charts? I cannot figure out how to put my data into an array for this to work.
Comments
#1
Subscribing!
#2
Check out the wiki page that has examples - towards the bottom there is one for grouping bar charts: http://code.google.com/p/drupal-chart-api/wiki/Examples.
Note that the example uses a vertical bar chart, but you could just as easily replace
CHART_TYPE_BAR_V_GROUPEDwithCHART_TYPE_BAR_H_GROUPEDto get a horizontal chart.#3
Re-open if needed.