Posted by jsmm on October 11, 2009 at 12:00am
Jump to:
| Project: | FusionCharts |
| Version: | 6.x-1.0 |
| Component: | FusionCharts content type |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
I am trying to insert a FusionChart node in the body of another node. The input format is filtered html with htmlpurifier filter right after the FusionChart node filter. It doesn't display. Any idea why this is happening?
Comments
#1
The chart displays if the FusionChart filter is placed last. But shouldn't HTML Purifier be the last filter in the input format?
#2
My guess is that the htmlpurifier does not like the HTML that is generated for FusionCharts. As with most input filters, it pays to play around with their order if they are not working as expected. In this case, putting the FusionChart filter last is probably the best course of action.