简体   繁体   English

是否有用于动画饼图的JS框架?

[英]Any JS framework for animated pie-charts?

I'm searching a JS/HTML5/CANVAS solution for animating pie charts with different values. 我正在搜索JS / HTML5 / CANVAS解决方案以对具有不同值的饼图进行动画处理。 I imagine to make it possible to click at one of three years maybe with the effect, that the pie chart is changing animated . 我想,可能会在三年中的某一年单击,使饼图变成动画 I haven't found a solution with such a button to switch yet. 我还没有找到带有这种按钮切换的解决方案。

Sencha图表是一个真正好的框架。

Something like this - http://www.htmldrive.net/items/demo/921/Cool-HTML5-and-jQuery-Animated-pie-Chart ? 这样的东西-http: //www.htmldrive.net/items/demo/921/Cool-HTML5-and-jQuery-Animated-pie-Chart吗?

What are you using the charts for - what do you want them to look and act like? 您将这些图表用于什么-您希望它们的外观和行为如何?

ok... i thought i've found my solution with sencha charts but it is based on canvas and performs really bad on mobile platforms... here i found a css3 solution and this saved my day! 好的...我以为我已经找到了使用sencha图表的解决方案,但是它是基于画布的,并且在移动平台上的表现非常差...在这里,我找到了一个css3解决方案,这节省了我的一天! http://ehsankia.com/css3/3.php it's a really nice work! http://ehsankia.com/css3/3.php这是一个非常不错的工作! (because of the problem with > 180° angles in css) (由于css中> 180°角的问题)

Highcharts has been rated the best and I used it on a corporate level application completely flexible and supports SVG which means the charts work on mobile too. Highcharts被评为最佳,我在企业级应用程序上完全灵活地使用了它,并支持SVG,这意味着图表也可以在移动设备上工作。

http://www.highcharts.com/ http://www.highcharts.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM