Sign in to follow this  
Calciteko

No Data To Display

Recommended Posts

I have this weird problem. I am trying to use ZoomLine.swf for chart and my XML is like this

<chart compactDataMode="1" dataSeparator="|" caption="Test" axis="linear" bgColor="FFFFFF" numberPrefix="{:content:}quot; formatNumberScale="0" allowPinMode="0" enableIconMouseCursors="0" dynamicAxis="1" palette="3"><categories>04/06/2011|04/05/2011|04/04/2011|04/03/2011|04/02/2011|04/01/2011|03/31/2011|03/30/2011|03/29/2011|03/28/2011|03/27/2011|03/26/2011|03/25/2011|03/24/2011|03/23/2011|03/22/2011|03/21/2011|03/20/2011|03/19/2011|03/18/2011|03/17/2011|03/16/2011|03/15/2011</categories><dataset seriesName="Test">0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0</dataset></chart>

 

However it is not working when I plugin this into to the website but it works in localhost any idea why this is happening. This is my first time with FusionChart.smile.gif

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

Welcome to FusionCharts Forum!smile.gif

Please remove the following attribute from your XML code: numberPrefix="{:content:}quot;

Hope this helps.smile.gif

 

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Please remove the following attribute from your XML code: numberPrefix="{:content:}quot;

 

Hope this helps.smile.gif

 

 

 

 

I am sorry typical copy paste mistake. This is my actual XML.

<?xml  version="1.0" encoding="utf-8"?> <chart compactDataMode="1"  dataSeparator="|" caption="Test" axis="linear"   borderColor="FFFFFF" bgColor="FFFFFF"  numberPrefix="{:content:}quot;  formatNumberScale="0" allowPinMode="0" enableIconMouseCursors="0"  dynamicAxis="1"  palette="3"><categories>04/07/2011|04/06/2011|04/05/2011|04/04/2011|04/03/2011|04/02/2011|04/01/2011|03/31/2011|03/30/2011|03/29/2011|03/28/2011|03/27/2011|03/26/2011|03/25/2011|03/24/2011|03/23/2011|03/22/2011|03/21/2011|03/20/2011|03/19/2011|03/18/2011|03/17/2011|03/16/2011|03/15/2011</categories><dataset  seriesName="TestT">5|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0</dataset><dataset  seriesName="Testl">8|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0</dataset><dataset  seriesName="Test2">3|25|127|102|82|89|122|97|100|81|80|47|36|50|54|46|60|74|41|55|52|48|55|41</dataset></chart>

This works in localhost (windows) but not in production (linux server). I also noticed this does not work in IE9 even in localhost. Any idea why this is happening.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

I am afraid, we are unable to replicate the issue,as the code is working fine from our end in IE 9.

 

Please find the screenshot attached for your reference.

post-10517-014847200 1302502628_thumb.jpg

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