Hi,
Been playing around a bit with this and got a working example of barcharts with labels below each bar. For this to work I had to:
- Add some lines to the jquery bindings.
- Modify a bit the code of graphael_example.module.
I'm attaching the patch and a screenshot showing the examples page with the patch applied. The patch works against 6.x-1.0-beta3
| Comment | File | Size | Author |
|---|---|---|---|
| graphael_labeled_barcharts_screenshot.png | 6.08 KB | jedihe | |
| graphael_labeled_barcharts_1.patch | 2.84 KB | jedihe |
Comments
Comment #1
miklVery nice, but I see in your screenshot that the label for “N. America” is missing, why is that?
Comment #2
jedihe commentedIt's a graphael issue, I didn't touch the code for graphael (only the jquery bindings).
Comment #3
miklOkay, thanks – I'll merge it and see what happens :)
Comment #4
miklCommitted, thank you for taking the time to do this :)