I have the following setup:
charts
xml
js
the charts folder contains all swf files and the fusioncharts.js file.
the xml folder contains the xml data
the js folder contains:
Quote
$(document).ready(function(){
var myChart = new FusionCharts("../charts/hbullet.swf", "myChartId", "400", "200", "0", "0");
myChart.setDataURL("../xml/data.xml");
myChart.render("chartdiv");
..
now when i attempt to load hbullet or even funnel, i get "No data to display" yet when using AngularGauge all works fine.
the XML i use is that from http://www.fusioncha...m/widgets/docs/ relating to each specific chart type.
i have an external XML file as im looking into writing the XML using PHP and then having the javascript read the xml and send to the chart.
any help welcome.
This topic is locked

Back to top
MultiQuote