srpp
Members-
Content count
9 -
Joined
-
Last visited
About srpp
-
Rank
Forum Newbie
-
The chart is not exported when exist accents in the text
srpp posted a topic in FusionCharts and PHP
The chart is not exported when exist accents in the text. After export the chart the api show me the following: DOMId= height=0 width=0 fileName= statusMessage=failure statusCode=0 I'm using version 3.5.0 -
Problem with link parameters in addChartData
srpp replied to rohit.kumar's topic in FusionCharts and PHP
Yes!!! Thanks for your support. Regards, SPP -
When I add this link (index.php?action=1) in addChartData parameters, the site is not redirected to complete url. $FC->addChartData(50,"link=index.php?action=1"); Is redirected to "index.php?action" without "=1" What happens? Regards, SPP
-
Ok, thanks for your support. I will be waiting the solution Regards, Simon.
-
Nothing...... :crying:
-
Where I found this configuration?... in php.ini?
-
Thanks for your answer. I'm call the ExportMyChart() function: function ExportMyChart() { var chartObject = getChartFromId('chart01'); if( chartObject.hasRendered() ) chartObject.exportChart( { exportFormat: 'JPG' } ); } The parameters used: exportEnabled=1; exportHandler=/fs/ExportHandlers/FCExporter.php; exportAtClient=0; exportAction=download; and exportEnabled=1; exportHandler=http://mysite.com/fs/ExportHandlers/FCExporter.php; exportAtClient=0; exportAction=download;
-
I use theFusioncharts with PHP Class.
-
I read other cases, but I'm not found the solution. In my developer server export the charts, but in my production server show: DOOMId= height=0 width=0 fileName= statusMessage= Insufficient data. statusCode=0 Any ideas? Thanks.