Sign in to follow this  
Nitin Kharade

Display Issue In Bubble Chart For Flash Rendering

Recommended Posts

Hi,

 

I am facing a issue in fusion chart version 3.2.3 for flash chart rendering.

Please go through following link:

 

http://www.fusioncha...le-and-xycharts

 

Open the second bubble chart from the list and switch between flash and JavaScript. In javascript version X axis is showing 100% while in flash it is showing only 80%.

 

I am facing same issues while developing a bubble chart in my website.

 

 

Please let me know if there is any setting or what I need to do.

 

Regards,

Nitin

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I am facing a issue in fusion chart version 3.2.3 for flash chart rendering.

Please go through following link:

 

http://www.fusioncha...le-and-xycharts

 

Open the second bubble chart from the list and switch between flash and JavaScript. In javascript version X axis is showing 100% while in flash it is showing only 80%.

 

I am facing same issues while developing a bubble chart in my website.

 

 

Please let me know if there is any setting or what I need to do.

 

Regards,

Nitin

 

 

Hi,

 

Flash chart and JavaScript chart plot data according to their own calculations.

 

Here in this case Flash chart is plotting data according to the xAxisMaxValue and x element from the set attributes.

 

If you specify value above 90 to any of the x element in the set attribute, the Flash chart will look exactly same as the JavaScript chart.

 

Please find attached screen-shots for your reference.

 

From the attachments, Flash chart plots the data according to the set elements and the xAxisMaxValue attributes.

post-24802-0-47086700-1337339662_thumb.png

post-24802-0-73339500-1337339689_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Flash chart and JavaScript chart plots data according to their own calculations.

 

Here in this case Flash chart is plotting data according to the xAxisMaxValue and x element from the set attributes.

 

If you specify value above 90 to any of the x element in the set attribute, the Flash chart will look exactly same as the JavaScript chart.

 

Please find attached screen-shots for your reference.

 

From the attachments, Flash chart plots the data according to the set elements and the xAxisMaxValue attributes.

 

 

Hi,

Thanks for your prompt reply.

 

But value for x element from the set attributes is coming dynamically so i cannot change it other wise it will change the position of the bubble.

I want to show it in the range of 0-100 in spite of none of my x element having value more than 90.

 

In javascript it is rendering properly.

 

Please advise.

 

Regards,

Nitin

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi Nitin,

 

Can you please try upgrading to FusionCharts v3.2.2 SR4?

 

Also, please share the XML data with us for testing purposes, along with the chart dimension.

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