Contents

조회 수 1195 추천 수 0 댓글 0
Atachment
첨부 '15'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

안드로이드용 차트라이브러리 MPAndriodChart 를 iOS용으로 변환한 차트 라이브러리 ios-chart입니다.
차트라이브러리는 Swift로, 테스트코드는 Objective-C로 작성되었습니다. Xcode 6.3베타에서 실행 가능합니다.
바차트, 바라인차트, 캔들스틱차트, 파이차트등 MPAndriodChart의 대부분의 기능을 전부 구현되어있습니다.

 

charts01.png

 

LineChart (with legend, simple design)

charts02.png

 

LineChart (with legend, simple design)

charts03.png

 

LineChart (cubic lines)

charts04.png

 

LineChart (single DataSet)

charts05.png

 

Combined-Chart (bar- and linechart in this case)

charts06.png

 

  • BarChart (with legend, simple design)

charts07.png

 

  • BarChart (grouped DataSets)

charts08.png

 

  • Horizontal-BarChart

charts09.png

 

  • PieChart (with selection, ...)

charts10.png

 

  • ScatterChart (with squares, triangles, circles, ... and more)

charts11.png

 

 

  • CandleStickChart (for financial data)charts12.png

 

  • BubbleChart (area covered by bubbles indicates the value)

charts13.png

 

 

  • RadarChart (spider web chart)

charts14.png

 

[출처] https://github.com/danielgindi/ios-charts


?