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 Only local images are allowed. 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).

CommentFileSizeAuthor
chart.module-url.patch568 byteskmargar

Comments

tjholowaychuk’s picture

Status: Needs review » Fixed

This was my intention of chart_build(); however your patch certainly makes that idea cleaner, I will patch the module asap.

tjholowaychuk’s picture

Status: Fixed » Closed (fixed)