id270 Report post Posted January 17, 2014 (edited) hi ! Why didn’t the page slide following the mouse wheel, which sliding on the pie chart? The official case also has the same effect. How should I change? thanks! Edited January 17, 2014 by id270 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 20, 2014 Hello, Did you try rendering with JavaScript mode? Try rendering the chart in JavaScript mode and let me know your feedback. To render JavaScript chart, please refer the following link: http://docs.fusioncharts.com/charts/contents/?FirstChart/UsingPureJS.html Share this post Link to post Share on other sites
id270 Report post Posted January 21, 2014 Hello, Did you try rendering with JavaScript mode? Try rendering the chart in JavaScript mode and let me know your feedback. To render JavaScript chart, please refer the following link: http://docs.fusioncharts.com/charts/contents/?FirstChart/UsingPureJS.html Sumedh Oh..no,page is all I use flash. Can't separate the javascript ways to do this, there is no way to solve? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 21, 2014 Hello, Please note, when you render a Pie chart in Flash mode, the Pie chart has mouse listener added to rotate the pie slices along with mouse. When one mouse event is registered in any component no other external mouse event works on that component. A very simple example is an HTML page with page scroller and it contains a TextArea with a scroller. When you scroll that page, it scrolls normally. But when you keep mouse cursor on the TextArea and try to scroll the page with mouse scroller, the TextArea will be scrolled with mouse. This is the reason why the Pie2D chart is avoiding mouse scrolling on the page. As a suggestion, you may try using JavaScript variant of Pie 2D chart. Hope this helps! Share this post Link to post Share on other sites
id270 Report post Posted January 21, 2014 Hello, Please note, when you render a Pie chart in Flash mode, the Pie chart has mouse listener added to rotate the pie slices along with mouse. When one mouse event is registered in any component no other external mouse event works on that component. A very simple example is an HTML page with page scroller and it contains a TextArea with a scroller. When you scroll that page, it scrolls normally. But when you keep mouse cursor on the TextArea and try to scroll the page with mouse scroller, the TextArea will be scrolled with mouse. This is the reason why the Pie2D chart is avoiding mouse scrolling on the page. As a suggestion, you may try using JavaScript variant of Pie 2D chart. Hope this helps! OK,thanks The problem for a long time, your work time under the convenient said? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 22, 2014 Hello, Can you please elaborate more on your requirement? Share this post Link to post Share on other sites