ffraschini

Ie 9 And Ie 10 Export Problem

Recommended Posts

Guest Sumedh

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now