xcode 是否有一个很好的 iPhone 饼图库可以生成漂亮的 3d 饼图?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4125941/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a good iPhone pie chart library which will produce good look 3d pie charts?
提问by Jules
I can't find a library which will produce good looking 3d pie charts for the iphone?
我找不到可以为 iphone 生成好看的 3d 饼图的库?
I had a look at the core plot wiki and their pie didn't look that good...
我看了看核心情节维基,他们的馅饼看起来不太好......
采纳答案by joshpaul
There's also Fusion Charts, which is now HTML5. http://www.fusioncharts.com/
还有 Fusion Charts,现在是 HTML5。http://www.fusioncharts.com/
回答by Tyler
There's an open-source class called BNPieChart
available in the moriarty librarywhich can produce pie charts like this:
BNPieChart
在Moriarty 库中有一个名为available的开源类,它可以生成如下饼图:
(source: bynomial.com)
(来源:bynomial.com)
And also much smaller versions of course. There's a post about it here.
当然还有更小的版本。有一个关于它的帖子在这里。
回答by Natan R.
Besides NBPieChart proposed above, have a look at XYPieChartit is a really good open source pie chart that looks very nice, are extremely simple, and contains animation for adding slices. Look at the screenshot of the demo project included:
除了上面提出的 NBPieChart,看看XYPieChart,它是一个非常好的开源饼图,看起来非常漂亮,非常简单,并且包含添加切片的动画。查看包含的演示项目的屏幕截图:
回答by westsider
回答by brain
The Google Chart API is pretty good/popular. http://code.google.com/apis/chart/You will need a network connection though.
Google Chart API 非常好/受欢迎。 http://code.google.com/apis/chart/ 不过您需要网络连接。
回答by Juan González
If you want iOS native charting library you should check ShinobyControls.
如果你想要 iOS 原生图表库,你应该检查ShinobyControls。
If you want web-based, and also amazingly good charting library, maybe HighChartsis the way to go.
如果您想要基于 Web 且非常好的图表库,那么 HighCharts可能是您的最佳选择。