ffraschini

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by ffraschini

  1. When i try to export the chart in ie9 and ie10 the image what was generated not correctly. Thanks
  2. Ie 9 And Ie 10 Export Problem

    We already buy the product some months ago and need the new js version. What I Should do to obtain the new version? Thanks.
  3. Ie 9 And Ie 10 Export Problem

    Was update the library and now working fine! Thanks! Thanks!
  4. Ie 9 And Ie 10 Export Problem

    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");