Sign in to follow this  
netedk

scroll charts issue

Recommended Posts

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
Guest Rajroop

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this