|
|
|
Forum 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??
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/16/2008 8:15:41 AM
Posts: 3,
Visits: 8
|
|
| Please...anyone could help me.
|
|
|
|
|
FusionCharts 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
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/23/2007 5:39:35 PM
Posts: 1,
Visits: 1
|
|
|
|
|
|
FusionCharts 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
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/16/2008 8:15:41 AM
Posts: 3,
Visits: 8
|
|
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 |
...and it's repeat 50 times. (with other "includes") ...and each included page has one chart.

|
|
|
|
|
Forum 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.
|
|
|
|
|
Supreme 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
|
|
|
|