i got some error in IE using print() and saveImageAs() methods in fusioncharts
Error : objects or methods properties doesn't support
Posted 28 January 2009 - 01:22 AM
i got some error in IE using print() and saveImageAs() methods in fusioncharts
Error : objects or methods properties doesn't support
Posted 29 January 2009 - 02:09 AM
A byte of magic.
Posted 23 July 2010 - 02:59 AM
Posted 23 July 2010 - 03:28 AM
Could you please attach your small working sample so that we can look into it?
A byte of magic.
Posted 23 July 2010 - 04:55 AM
Thanks for the code.
Could you please change put "1" instead of "true" and try again?
Wrong:
var chart_chartid = new FusionCharts("/system/application/views/swf/Column3D.swf", "chartid", "600", "300", "0", "true", "","noscale","EN");
Correct:
var chart_chartid = new FusionCharts("/system/application/views/swf/Column3D.swf", "chartid", "600", "300", "0", "1", "","noscale","EN");
If it did not solve the issue, we request you please attach the PHP chart rendering code.
A byte of magic.
Posted 23 July 2010 - 06:42 AM
Could you please attach the PHP chart rendering code?
A byte of magic.
Posted 23 July 2010 - 06:54 AM
function exportChart(chartid) {
var chartObject = getChartFromId(chartid);
chartObject.exportChart();
}
javascript:exportChart ('chartid');
Posted 23 July 2010 - 07:14 AM
We just need a single line PHP code using which you are rendering the chart.
Also, you can send the code to our support@fusioncharts.com referencing this forum link.
A byte of magic.
Posted 23 July 2010 - 07:47 AM
$content = $FC->renderChart(false, false);
Posted 23 July 2010 - 08:03 AM
Yes we need exactly this.
Now we need to check the FusionCharts_Gen.php class file that you are using, could you please attach FusionCharts_Gen.php with your post?
A byte of magic.
Posted 23 July 2010 - 09:23 AM
FusionCharts_Gen.php.zip (14K)
Posted 23 July 2010 - 01:24 PM
Could you please confirm once that are you still getting this issue, because it seems that you have already done the necessary changes in the FusionCharts_Gen.PHP file?
In case if you are still getting the issue then,
1. Could you please let us know that how are you rendering the chart with "$content" variable?
2. Please share the LIVE URL with us.
A byte of magic.
Posted 24 July 2010 - 05:13 AM
Posted 26 July 2010 - 03:41 AM
Arkiv.zip (312.6K)
Posted 28 July 2010 - 03:06 AM
Arkiv_working.zip (13.99K)
Posted 28 July 2010 - 04:20 AM
Posted 28 July 2010 - 04:54 AM
Posted 02 August 2010 - 11:22 PM
thanks!
Posted 02 August 2010 - 11:28 PM
Welcome to FusionCharts forum. ![]()
Could you please specify the issue a bit elaborately?
Awaiting your reply.