Hi,
we are using powerchart v3 (fusion chart licenced), need to upgrade to ipad compatible.
we got mail from fusionchart regarding the latest beta release of fusion charts which support ipad(which contains the js files and swf files)
I have included all the js files and swf files needed.
my script is like this
<div id="chartdiv" >test</div>
FusionCharts.setCurrentRenderer ("javascript");
var myChart1 = new FusionCharts("FusionCharts/SplineArea.swf", "ChartId", "300", "350", "0", "1");
myChart1.setChartData("<chart caption='Fruit Production for March' yaxisname='Quantity' xaxisname='Fruit' alternateHGridAlpha='30' alternateHGridColor='FFFFFF' showValues='0' use3DLighting='0' ><set label='Orange' value='23'/><set label='Apple' value='12'/><set label='Banana' value='17'/><set label='Mango' value='14'/><set label='Litchi' value='12'/></chart>", "xml");
myChart1.render("chartdiv");
But it is showing the error as "No data to display"
Please help me on this issue.
Thanks in Advance,
Sreeyesh