"Error in Loading Data" in IE7 but not in Firefox.
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



"Error in Loading Data" in IE7 but not in... Expand / Collapse
Author
Message
Posted 7/10/2007 1:47:17 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/16/2008 8:15:41 AM
Posts: 3, Visits: 8
I'm using the code below..
var chart = new FusionCharts("shockwaves/charts/FCF_Column3D.swf", "ChartId", "450", "300", "0", "0");
chart.setDataXML("${wco:valueStack('primeiroGrafico')}");
chart.render("chartdiv");

and the value returned in
${wco:valueStack('primeiroGrafico')}
is:

< graph caption='Clique Sobre a Barra' xAxisName='Safra' yAxisName='Faturamento' showNames='1' showValues='0' decimalPrecision='2' formatNumberScale='2' formatNumber='1' decimalSeparator=',' thousandSeparator='.' numberPrefix='R$' hovercapbg='FFECAA' hovercapborder='F47E00'>< set name='Atual' value='121342' color='FF0000'/>


I'm using dataXML mode and not dataURL mode..
In Firefox the chart load but in IE7 no...what's the error??
Post #1587
Posted 7/10/2007 3:31:08 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/16/2008 8:15:41 AM
Posts: 3, Visits: 8
Please...anyone could help me.
Post #1588
Posted 7/16/2007 11:03:01 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117, Visits: 498
Please paste the entire HTML output of your page.

Thanks,
Pallav Nadhani
FusionCharts Team
Post #1629
Posted 10/23/2007 5:50:17 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/23/2007 5:39:35 PM
Posts: 1, Visits: 1
EDIT: you may need to go 'view source' to see my code below as I can't get my code to display - even using the
[/code]

If anyone else lands on this page (as I did from a google search on "fusion charts error firefox") - after some playing around I found one cause of this problem.

In IE this will work ok:[code]








but u get the error in Firefox....

all that needs to be done is to add in your xml on that second last line:







....that fixed it for me anyway so just thought I would post here in the event this solves it for someone else.

I couldn't use the dataurl method either as I figured this would involve writing a new file to disk every time (please correct me if I'm wrong) but since my data was being drawn from a database and all my charts are dynamic it wasn't going to work to create a new file each time.

(Overall the whole set up has went smoothly for me and I have data from a database being displayed very nicely using this and php)

Post #2805
Posted 10/24/2007 3:36:49 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117, Visits: 498
Hi,

I'm sorry for a repeated step - but, can you please zip these files and send to support@fusioncharts.com?


Thanks,
Pallav Nadhani
FusionCharts Team
Post #2828
Posted 1/16/2008 8:28:08 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/16/2008 8:15:41 AM
Posts: 3, Visits: 8





...and it's repeat 50 times. (with other "includes") ...and each included page has one chart.


well...
When I use more than 30 charts in my page. Some charts don't load and show the message "Error In Load Data".
The Snippet code below represents my page:

USINA CORURIPE - MATRIZ

PROGRAMA DE RECEBÍVEIS

PROGRAMA DE RECEBÍVEIS

PROGRAMA DE RECEBÍVEIS

Post #3890
Posted 1/21/2008 5:00:40 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/26/2008 8:46:49 AM
Posts: 1, Visits: 7
Has this problem been solved? I am having the same issue. I have 3 charts one of which gives the error "Error in loading data" in IE6 but works fine everytime in Firefox. Every now and again it will display the results in the chart but very rarely.
Post #3983
Posted 1/21/2008 7:25:09 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 10/3/2008 11:59:51 PM
Posts: 328, Visits: 1,356
hi,

You need to stop caching  of the swf files. That will slove the problem.

in javascript :

while giving the SWF name use like this:

"Column3D.swf?noCache=" + new Date().getMilliseconds()

In other scripts like ASP, PHP etc. similar functions.

Thanks,
Arindam

FusionCharts Team
www.fusioncharts.com

Post #3986
« Prev Topic | Next Topic »


Permissions Expand / Collapse