I've been attempting to pull in FusionCharts (for graphing) and JQuery Mobile (for styling) to one page.
If I include FusionCharts first, then JQuery Mobile, the styles from JQuery Mobile are not applied, but the graph draws.
If I include JQuery Mobile first, then FusionCharts, the graph won't draw but the styles are applied.
Has anybody else encountered a problem like this?