netedk Report post Posted May 4, 2007 I am trying to use a scroll chart (ScrollColumn2D.swf) with foll. xml - but I keep getting "No data to display" message. My XML <chart palette='2' bgcolor='FFFFFF' caption='' subCaption='' yaxisname='recordcount' xaxisname='PropertyName' rotateNames='1' hovercapborder='000000' numdivlines='4'> <set name='Crowne Plaza Los Angeles Harbor Hotel' value='10' alpha='70' /> <set name='Four Points by Sheraton - Ann Arbor' value='4' alpha='70' /> </chart> This code is from Fusion Charts v2. I am now migrating to v3. The code I am using in html page is: <script type="text/javascript"> var chart = new FusionCharts("../Charts/Column2D.swf", "ChartId", "500", "300", "0", "0"); chart.setDataURL("Data/test.xml"); chart.render("chartdiv"); </script> Any idea what could be wrong here?? Share this post Link to post Share on other sites
Pallav Report post Posted May 7, 2007 You need to put your data in multi-series XML format for scroll chart. Share this post Link to post Share on other sites
zhangyunde Report post Posted November 4, 2009 how to set the width between categories? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 4, 2009 Hello, Welcome to the FusionCharts Forum! Could you please use plotSpacePercent='<0-80 (In Percent)>' for this, in your <chart> element? Hope this helps. Share this post Link to post Share on other sites