ffraschini Report post Posted April 2, 2013 When i try to export the chart in ie9 and ie10 the image what was generated not correctly. Thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 3, 2013 Hi, Welcome to FusionCharts Forum! Can you please provide some information on following points? > What FusionCharts version are you using? > Are you trying to export JavaScript charts or Flash charts? > Also, if possible please send us the sample code and chart XML for testing purposes. Share this post Link to post Share on other sites
ffraschini Report post Posted April 30, 2013 Thanks for respond so fast! 1-Current Version: PowerCharts XT (v3.2.1 SR1) 2- Flash charts 3- <script src="../../include/Charts/JS/FusionCharts.js"></script> <script src="../../include/Charts/JS/FusionCharts.HC.js"></script> <script src="../../include/Charts/JS/FusionCharts.HC.Charts.js"></script> FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts("../../../include/Charts/ChartSWF/StackedBar3D.swf", "myChartId", "695", "200", "0" ); json = '{ "chart":{ "exportEnabled":"1", "caption":"Company Revenue", "xaxisname":"Month", "yaxisname":"Revenue", "showvalues":"0", "numberprefix":"$" }, "categories":[{ "category":[{ "label":"Jan" }, { "label":"Feb" }, { "label":"Mar" }, { "label":"Apr" }, { "label":"May" }, { "label":"Jun" }, { "label":"Jul" }, { "label":"Aug" }, { "label":"Sep" }, { "label":"Oct" }, { "label":"Nov" }, { "label":"Dec" } ] } ], "dataset":[{ "seriesname":"Product A", "data":[{ "value":"27400" }, { "value":"29800" }, { "value":"25800" }, { "value":"26800" }, { "value":"29600" }, { "value":"32600" }, { "value":"31800" }, { "value":"36700" }, { "value":"29700" }, { "value":"31900" }, { "value":"34800" }, { "value":"24800" } ] }, { "seriesname":"Product B", "data":[{ "value":"10000" }, { "value":"11500" }, { "value":"12500" }, { "value":"15000" }, { "value":"11000" }, { "value":"9800" }, { "value":"11800" }, { "value":"19700" }, { "value":"21700" }, { "value":"21900" }, { "value":"22900" }, { "value":"20800" } ] } ], "trendlines":{ "line":[{ "startvalue":"42000", "color":"91C728", "displayvalue":"Target" } ] }}'; myChart.setJSONData(json); myChart.render("chartContainer"); Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 1, 2013 Hi, Can you please try upgrading your current PowerCharts version to the latest one? Recently, we have released a new version of PowerCharts XT i.e., PowerCharts XT v3.3.1 Service Release version. It has many bug fixes and improvements. Can you please try using this version and let us know your feedback? You can get the trial version from here: ttp://www.fusioncharts.com/download/trials/ Share this post Link to post Share on other sites
ffraschini Report post Posted May 2, 2013 (edited) Was update the library and now working fine! Thanks! Thanks! Edited May 2, 2013 by ffraschini Share this post Link to post Share on other sites
ffraschini Report post Posted May 2, 2013 We already buy the product some months ago and need the new js version. What I Should do to obtain the new version? Thanks. Share this post Link to post Share on other sites
Swarnam Report post Posted June 25, 2013 Hey, Apologies for the delayed response. Please drop a mail to "[email protected]" or use the Product Upgrade Link obtained at the time of purchase to download the latest version. Share this post Link to post Share on other sites