dsamojlenko Report post Posted December 14, 2010 Hello, I'm having some problems with loading a chart using FusionChartsDOM and jquery. Here's what I've got: In index.html, I include the jquery library, FusionCharts.js, and FusionChartsDOM.js then I fire the following: $(document).ready(function() { $("#load-srprojects-graphs").load("charts.html", function() { FusionChartsDOM.RenderAllCharts(); }); }); ... <div id="load-srprojects-graphs"></div> The charts.html just has the <fusioncharts> tags with the data embedded. When I include the .js files on the charts.html and execute it on its own, it works fine. When I view the generated source on index.html, the charts.html code is where it should be, but the graphs aren't drawing. Any help would be appreciated. Share this post Link to post Share on other sites
liza Report post Posted January 2, 2013 hope anyone can give advice since i'm facing the same problem Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 3, 2013 Hi, Welcome to FusionCharts Forum! Can you please paste your sample HTML code here? Share this post Link to post Share on other sites