cliv

Donut chart does not rotate on Android using the fingers

Recommended Posts

Hi,

 

Please check whether you have set the configuration attribute "enableRotation" to "1" in the chart dataSource.

If you still face the issue, let us know the version of FusionCharts that you are using. Also you can check with the current version of FusionCharts that is 3.13.2-sr.1

Download link : https://www.fusioncharts.com/download/fusioncharts-suite

 

Thanks,

Akash.

Share this post


Link to post
Share on other sites

Attribute "enableRotation" to "1" is enable and not work with old chart version 3.11 but with current version of FusionCharts 3.13.2-sr.1 ROTATION WORK OK

.... But now i have another problem.

After "Loading chart..." message  a white screen (white background) appear...with old version there is no white screen.:(

Now is much faster.:D

20181129_135904.gif

Edited by cliv

Share this post


Link to post
Share on other sites

Hi,

 

It is the default background color(white) of the container div element that is seen before the chart loads on the div. Please check the below sample with the background of the div set to a different color.

Sample : http://jsfiddle.net/ksu8amLq/

Please note : In the earlier version 3.11.3 the div background color is also seen before the chart renders on the div. Sample : http://jsfiddle.net/ksu8amLq/2/

 

You can have the background color of the div set instead of setting the chart background color attribute, and setting the chart background to transparent using the below attributes :

"containerBackgroundOpacity": "0"    (At FusionCharts constructor level)

"bgAlpha" and "canvasBgAlpha" to "0"    (At chart-level dataSource)

This will not show the white div background of the div while loading the chart, as the div background color is set and the chart background is made transparent.

Sample for reference : http://jsfiddle.net/ksu8amLq/1/

 

Thanks,

Akash.

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