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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 19:54:33  来源:igfitidea点击:

Is there a good iPhone pie chart library which will produce good look 3d pie charts?

iphoneobjective-cxcode

提问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...

我看了看核心情节维基,他们的馅饼看起来不太好......

alt text

替代文字

采纳答案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 BNPieChartavailable in the moriarty librarywhich can produce pie charts like this:

BNPieChartMoriarty 库中有一个名为available的开源类,它可以生成如下饼图:

sample pie chart
(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: XYPieChart

除了上面提出的 NBPieChart,看看XYPieChart,它是一个非常好的开源饼图,看起来非常漂亮,非常简单,并且包含添加切片的动画。查看包含的演示项目的屏幕截图: XYPieChart

回答by westsider

Core Plothas been recommended in other postings here on stackoverflow. It supports many standard data visualizations, including pie charts.

在 stackoverflow 上的其他帖子中已经推荐了Core Plot。它支持许多标准的数据可视化,包括饼图。

回答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可能是您的最佳选择。