Posted by codex.gr on March 7, 2008 at 12:15pm
Jump to:
| Project: | Google chart API |
| Version: | 5.x-1.0-1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I've written a custom filter to embed CSV Google Charts, but if I use bbcode input format, I can't display the images (chart by default uses a
HTML tag). I've taken the liberty to add another function to your module, chart_url(), which returns just the chart url, which can be embedded to any input format that can show images (like [img][/img] on bbcode).
| Attachment | Size |
|---|---|
| chart.module-url.patch | 568 bytes |
Comments
#1
This was my intention of chart_build(); however your patch certainly makes that idea cleaner, I will patch the module asap.
#2