cliv Report post Posted October 1, 2018 After new Webview update on Android device donut chart does not rotate using the fingers. Share this post Link to post Share on other sites
Akash Biswas Report post Posted November 9, 2018 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
cliv Report post Posted November 29, 2018 (edited) 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. Edited November 29, 2018 by cliv Share this post Link to post Share on other sites
Akash Biswas Report post Posted November 30, 2018 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