Objective-C Charting Framework

后端 未结 4 1745
囚心锁ツ
囚心锁ツ 2020-12-09 20:45

I\'m in urgent need of an Objective-C/Cocoa/Cocoa Touch framework to handle simple charting; pie chards, histograms etc.

The only thing that comes close is:

相关标签:
4条回答
  • 2020-12-09 20:48

    I'll echo the suggestion of core-plot, and add some additional plotting references that may be of interest:

    http://cocoaheads.byu.edu/resources/plot

    0 讨论(0)
  • 2020-12-09 20:52

    I use Core Plot. See this blog post for a tutorial.

    0 讨论(0)
  • 2020-12-09 21:11

    you can have a look at DSBarChart. It is a tiny library for creating Histograms.

    0 讨论(0)
  • 2020-12-09 21:14

    this is also a legend lib for charts : https://github.com/danielgindi/Charts

    0 讨论(0)
提交回复
热议问题