Sign in to follow this  
mie131085

Fusion Charts & Fusion Widget On The Same Page Display Problem (On Html5)

Recommended Posts

Hi there,

 

I am right now facing some issue with my sample chart website (using the demo provided by your website - as of version for april 2013).

My intention is wanna display those charts (Fusion Charts & Fusion Widget) on mobile/browser that did not support the flash on their platform.

 

The problem that i am facing is some chart did not displayed (especially for the fusion widget). For your info I use the fusioncharts.js file (that is included with fusion chart XT demo) & put in in the code behind.

 

below is the sample link :

http://www.bsuredecisions.com/KPI_sampleSystem/sampleSystem/main.aspx

 

I did try to put the fusioncharts.js (for fusion widget) on the code behind, the fusion widget able to be displayed, but not able to display the fusion chart.

 

what problem that I am facing right now? Is it there some differences between the *.js file provided for fusion charts & fusion widget?

is there any better way to overcome this issue?

 

reply ASAP

 

Share this post


Link to post
Share on other sites

Hi there,

 

I am right now facing some issue with my sample chart website (using the demo provided by your website - as of version for april 2013).

My intention is wanna display those charts (Fusion Charts & Fusion Widget) on mobile/browser that did not support the flash on their platform.

 

The problem that i am facing is some chart did not displayed (especially for the fusion widget). For your info I use the fusioncharts.js file (that is included with fusion chart XT demo) & put in in the code behind.

 

below is the sample link :

http://www.bsuredecisions.com/KPI_sampleSystem/sampleSystem/main.aspx

 

I did try to put the fusioncharts.js (for fusion widget) on the code behind, the fusion widget able to be displayed, but not able to display the fusion chart.

 

what problem that I am facing right now? Is it there some differences between the *.js file provided for fusion charts & fusion widget?

is there any better way to overcome this issue?

 

reply ASAP

Hi,

 

Please note that you did not provide any data (<set> element) for the Pie 3D and the Column 3D charts that you are trying to render, hence, the charts are displaying "No data to display" message as expected.

 

Could you please try using the modified XML mentioned below and see if this resolves the issue?

 

<chart caption="Breakdown of Logistic cost in Euro for 0" xAxisName="Monthly" yAxisName="" numberPrefix="Euro" showValues="0">
  <set label="" value=""/>
  <trendLines>
    <line startValue="1500.00" color="009933" displayvalue="Target"/>
  </trendLines>
</chart>
 

Hope this helps. :)

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
Sign in to follow this