├── LICENSE ├── Objective-C.md ├── README.md └── Swift.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 冯靖 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Objective-C.md: -------------------------------------------------------------------------------- 1 | # Objective-C 2 | _Go back to the main article : [Main](./README.md)_ 3 | _Go to the Swift article : [Swift](./Swift.md)_ 4 | 5 | ### Zomato's _Dr-Charts_ [🔗](https://github.com/Zomato/DR-charts) 6 | 7 | ![LineChart](https://raw.githubusercontent.com/Zomato/DR-charts/master/art/LineChart.gif) 8 | 9 | ![BarChart](https://raw.githubusercontent.com/Zomato/DR-charts/master/art/BarChart.gif) 10 | 11 | ![PieChart](https://raw.githubusercontent.com/Zomato/DR-charts/master/art/PieChart.gif) 12 | 13 | ![HorizontalStackChart](https://raw.githubusercontent.com/Zomato/DR-charts/master/art/HorizontalStackChart.gif) 14 | 15 | ![CircularChart](https://raw.githubusercontent.com/Zomato/DR-charts/master/art/CircularChart.gif) 16 | 17 | ### Kevinzhow's _PNChart_ [🔗]( https://github.com/kevinzhow/PNChart ) 18 | 19 | ![Overview](https://s3.amazonaws.com/farshid.ghods.github/pnchart-gif.gif) 20 | 21 | ![LineChart](https://s3.amazonaws.com/farshid.ghods.github/pnchart-linechart-smooth.png) 22 | 23 | ![ColoredLineChart](https://s3.amazonaws.com/farshid.ghods.github/pnchart-rangecolors-2.png) 24 | 25 | ![GridLine](https://s3.amazonaws.com/farshid.ghods.github/pnchart-gridline.png) 26 | 27 | ### Jawbone's _JBChartView_ [🔗](https://github.com/Jawbone/JBChartView) 28 | 29 | ![](https://raw.github.com/Jawbone/JBChartView/master/Screenshots/main.jpg) 30 | 31 | ### Boris-Em's _BEMSimpleLineGraph_ [🔗](https://github.com/Boris-Em/BEMSimpleLineGraph) 32 | 33 | _All of their images are currently unavailable._ 34 | 35 | ### Honcheng's _iOSPlot_ [🔗](https://github.com/honcheng/iOSPlot) 36 | 37 | _All of their images are currently unavailable._ 38 | 39 | ### xyfeng's _XYPieChart_ [🔗](https://github.com/xyfeng/XYPieChart) 40 | 41 | _All of their images are currently unavailable._ 42 | 43 | ### xhacker's _TEAChart_ [🔗](https://github.com/xhacker/TEAChart) 44 | 45 | ![Clock Chart](http://i.imgur.com/dbk0a5f.png) 46 | ![Bar Chart](http://i.imgur.com/ScJksKh.png) 47 | ![Colored Bar Chart](http://i.imgur.com/evxPmxb.jpg) 48 | 49 | ### zhuhuihuihui's _EChart_ [🔗](https://github.com/zhuhuihuihui/EChart) 50 | 51 | ![eColumn](https://dl.dropboxusercontent.com/s/d2yxmmqa4yjigbu/eColumn.gif) 52 | ![eLine](https://dl.dropboxusercontent.com/s/ehhscvf1m48v04h/eLine.gif) 53 | ![ePie](https://dl.dropboxusercontent.com/s/2we5ay0fv5jmc6y/ePie.gif) 54 | 55 | ### ArthurGuibert's _FSLineChart_ [🔗](https://github.com/ArthurGuibert/FSLineChart) 56 | 57 | ![Screenshot1](https://raw.githubusercontent.com/ArthurGuibert/FSLineChart/master/Screenshots/fslinechart.png) 58 | ![Screenshot2](https://raw.githubusercontent.com/ArthurGuibert/FSLineChart/master/Screenshots/fslinechart2.png) 59 | 60 | ### zhiyu's _chartee_ [🔗](https://github.com/zhiyu/chartee) 61 | 62 | ![Screenshot](https://github.com/zhiyu/chartee/raw/master/resource/demo.png) 63 | 64 | ### anaglik's _ANDLineChartView_ [🔗](https://github.com/anaglik/ANDLineChartView) 65 | 66 | ![![Alt text](https://raw.github.com/anaglik/ANDLineChartView/master/screen1.png)](https://raw.github.com/anaglik/ANDLineChartView/master/example.gif) 67 | 68 | ### chasseurmic's _TWRCharts_ [🔗](https://github.com/chasseurmic/TWRCharts) 69 | 70 | ![TWRCharts Demo](http://cocoahunter-blog.s3.amazonaws.com/TWRCharts/twrcharts_optimized.gif) 71 | 72 | ### nuwehq's _nuwe-charts-ios_ [🔗](https://github.com/nuwehq/nuwe-charts-ios) 73 | 74 | ![](https://cloud.githubusercontent.com/assets/6021383/5755764/03fa1a40-9cb1-11e4-9266-031d22a09f93.png) 75 | ![](https://cloud.githubusercontent.com/assets/6021383/5755757/fb8fa5fa-9cb0-11e4-8c7b-2273adb65c36.png) 76 | 77 | ### johnnywjy's _JYRadarChart_ [🔗](https://github.com/johnnywjy/JYRadarChart) 78 | 79 | ![iPhone Screenshot1](https://github.com/johnnywjy/JYRadarChart/blob/master/screenshots/screenshot_1.png?raw=true) 80 | ![iPhone Screenshot2](https://github.com/johnnywjy/JYRadarChart/blob/master/screenshots/screenshot_2.png?raw=true) 81 | ![iPhone Screenshot3](https://github.com/johnnywjy/JYRadarChart/blob/master/screenshots/screenshot_3.png?raw=true) 82 | 83 | ### ArthurGuibert's _FSInteractiveMap_ [🔗](https://github.com/ArthurGuibert/FSInteractiveMap) 84 | 85 | ![](https://raw.githubusercontent.com/ArthurGuibert/FSInteractiveMap/master/Screenshots/screen00.png) 86 | ![](https://raw.githubusercontent.com/ArthurGuibert/FSInteractiveMap/master/Screenshots/screen01.png) 87 | ![](https://raw.githubusercontent.com/ArthurGuibert/FSInteractiveMap/master/Screenshots/screen02.png) 88 | 89 | 90 | ### sebastienwindal's _FRD3DBarChart_ [🔗](https://github.com/sebastienwindal/FRD3DBarChart) 91 | 92 | ![](https://raw.githubusercontent.com/sebastienwindal/FRD3DBarChart/master/screenshot.png) 93 | ![](https://raw.githubusercontent.com/sebastienwindal/FRD3DBarChart/master/screenshot2.png) 94 | 95 | ### sergeylenkov's _Yuba_ [🔗](https://github.com/sergeylenkov/Yuba) 96 | 97 | #### Map 98 | 99 | ![PTMapView](http://farm5.static.flickr.com/4035/4673547619_fb511e721d.jpg) 100 | 101 | #### Graph 102 | 103 | ![PTGraphView](http://farm5.static.flickr.com/4007/4673548077_33dda81e6e.jpg) 104 | ![PTGraphView](http://farm2.static.flickr.com/1298/4673547735_68ea1aea4d.jpg) 105 | ![PTGraphView](http://farm5.static.flickr.com/4045/4673547807_684be1c376.jpg) 106 | 107 | #### Chart 108 | 109 | ![PTChartView](http://farm5.static.flickr.com/4071/4674170204_b20998d386.jpg) 110 | ![PTChartView](http://farm2.static.flickr.com/1273/4674170304_68b79a8f87.jpg) 111 | ![PTChartView](http://farm5.static.flickr.com/4072/4674170548_c66cdb1679.jpg) 112 | 113 | ### sakrist's _VBPieChart_ [🔗](https://github.com/sakrist/VBPieChart) 114 | 115 | ![](https://raw.githubusercontent.com/sakrist/VBPieChart/master/Screenshot.png) 116 | 117 | ### ZhipingYang's _UUChartView_ [🔗](https://github.com/ZhipingYang/UUChartView) 118 | 119 | _All of their images are currently unavailable._ 120 | 121 | ### eternityz's _RWBarChartView_ [🔗](https://github.com/eternityz/RWBarChartView) 122 | 123 | ![](https://raw.github.com/eternityz/RWBarChartView/master/Screenshots/demo.gif) 124 | 125 | ### hugo53's _HUChart_ [🔗](https://github.com/hugo53/HUChart) 126 | 127 | ![SemiCircle Chart Example](https://dl.dropboxusercontent.com/s/u5siul88u80lev8/semiCircleChart_example.png) 128 | 129 | ![SemiCircle Chart Iphone](https://dl.dropboxusercontent.com/s/885h1mzpqh05k1z/semiCircleChartIphoneV6.jpg) 130 | 131 | ### Honcheng's _AcornCharts-for-iOS_ [🔗](https://github.com/honcheng/AcornCharts-for-iOS) 132 | 133 | ![](https://github.com/honcheng/AcornCharts-for-iOS/raw/master/Screenshots/ball_size.png) 134 | ![](https://github.com/honcheng/AcornCharts-for-iOS/raw/master/Screenshots/ball_quantity.png) 135 | 136 | ### dainkaplan's _Chartreuse_ [🔗](https://github.com/dainkaplan/Chartreuse) 137 | 138 | ![](https://raw.githubusercontent.com/dainkaplan/Chartreuse/master/iphone-screenshot.png) 139 | 140 | ### Valentin-Kalchev's _VKBarChartView_ [🔗](https://github.com/Valentin-Kalchev/VKBarChartView) 141 | 142 | ![](https://raw.githubusercontent.com/Valentin-Kalchev/VKBarChartView/master/VKBarChartView.gif) 143 | 144 | ### yate1996's _Y_KLine_ [🔗](https://github.com/yate1996/Y_KLine) 145 | 146 | #### 普通K线 147 | ![普通K线](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512232207577-321982028.png) 148 | --- 149 | #### 普通K线+MACD副图 150 | ![普通K线+MACD副图](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512232150452-239970289.png) 151 | --- 152 | #### 普通K线+KDJ副图 153 | ![普通K线+KDJ副图](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512232158515-2083550522.png) 154 | --- 155 | #### 分时图 156 | ![分时图](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512232213202-486002469.png) 157 | --- 158 | #### 分时图+MACD副图 159 | ![分时图+MACD副图](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512232142827-1554494273.png) 160 | --- 161 | #### 其他功能 162 | ![其他功能](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512232934905-1866701052.png) 163 | --- 164 | #### 综合演示 165 | ![K线综合演示](http://images2015.cnblogs.com/blog/784141/201605/784141-20160512231537202-1121097756.gif) 166 | 167 | ### AAChartModel's _AAChartKit_ [🔗](https://github.com/AAChartModel/AAChartKit) 168 | 169 | ![AAChartKit-LOGO](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/AAChartKit-Logo.png) 170 | 171 | | Column Chart | Column Range Chart | Area Chart | 172 | | :----: | :----: | :----: | 173 | | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/ColumnChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/BarChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/AreaChart.png) | 174 | 175 | | Line Chart | Step Area Chart | Step Line Chart | 176 | | :----: | :----: | :----: | 177 | | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/LineChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/StepAreaChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/StepLineChart.png) | 178 | 179 | | Spline Chart | Areaspline Chart | Stacked Polar Chart | 180 | | :----: | :----: | :----: | 181 | | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/SplineChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/AreasplineChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/StackedPolarChart.png) | 182 | 183 | #### Samples 184 | 185 | - ** line chart ** 186 | 187 | ![IMG_1867.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/LineChart.png) 188 | 189 | - ** column chart ** 190 | 191 | ![IMG_1873.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/ColumnChart.png) 192 | 193 | - ** bar chart ** 194 | 195 | ![IMG_1880.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BarChart.png) 196 | 197 | - ** special area chart one ** 198 | 199 | ![IMG_1869.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/IMG_1482.JPG) 200 | 201 | - ** special area chart two ** 202 | 203 | ![IMG_1871.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/AreasplineChart.png) 204 | 205 | - ** special area chart three ** 206 | 207 | ![IMG_1863.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/PictureResources/屏幕快照%202017-05-06%20下午6.58.15.png) 208 | 209 | - ** radar chart ** 210 | 211 | ![IMG_1877.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/RadarChart.png) 212 | 213 | - ** polar chart ** 214 | 215 | ![IMG_1879.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/PolarChart.png) 216 | 217 | - ** pie chart ** 218 | 219 | ![IMG_1878.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/PieChart.png) 220 | 221 | - ** bubble chart ** 222 | 223 | ![IMG_1875.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BubbleChart.png) 224 | 225 | - ** scatter chart ** 226 | 227 | ![scatter chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/ScatterChart.png) 228 | 229 | - ** arearange chart ** 230 | 231 | ![arearange chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/ArearangeChart.png) 232 | 233 | - ** step area chart ** 234 | 235 | ![step area chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/StepAreaChart.png) 236 | 237 | - ** mixed chart ** 238 | 239 | ![mixed chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/MixedChart.png) 240 | 241 | #### More graphics 242 | 243 | ![image](https://github.com/AAChartModel/AAChartKit/blob/master/AAChartKitDemo/ChartsDemo/AAChartKitShow.gif) 244 | 245 | ### JunyiXie's _XJYChart_ [🔗](https://github.com/JunyiXie/XJYChart) 246 | 247 | ![image](https://github.com/JunyiXie/XJYChart/raw/master/photos/image1.PNG) 248 | ![image](https://github.com/JunyiXie/XJYChart/raw/master/photos/image4.PNG) 249 | ![image](https://github.com/JunyiXie/XJYChart/raw/master/photos/image5.PNG) 250 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-ios-chart 2 | 3 | A curated list of awesome iOS chart libraries, including [Objective-C](./Objective-C.md) and [Swift](./Swift.md) 4 | 5 | [![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source") 6 | -------------------------------------------------------------------------------- /Swift.md: -------------------------------------------------------------------------------- 1 | # Swift 2 | _Go back to the main article : [Main](./README.md)_ 3 | _Go to the Objective-C article : [Objective-C](./Objective-C.md)_ 4 | 5 | ### DanielGindi's _Charts_ [🔗](https://github.com/danielgindi/Charts) 6 | 7 | ![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png) 8 | 9 | - **LineChart (with legend, simple design)** 10 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/simpledesign_linechart4.png) 11 | - **LineChart (with legend, simple design)** 12 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/simpledesign_linechart3.png) 13 | 14 | - **LineChart (cubic lines)** 15 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/cubiclinechart.png) 16 | 17 | - **LineChart (single DataSet)** 18 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/linechart.png) 19 | 20 | - **Combined-Chart (bar- and linechart in this case)** 21 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/combined_chart.png) 22 | 23 | - **BarChart (with legend, simple design)** 24 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/simpledesign_barchart3.png) 25 | 26 | - **BarChart (grouped DataSets)** 27 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/groupedbarchart.png) 28 | 29 | - **Horizontal-BarChart** 30 | ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/horizontal_barchart.png) 31 | 32 | - **PieChart (with selection, ...)** 33 | ![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/simpledesign_piechart1.png) 34 | 35 | - **ScatterChart** (with squares, triangles, circles, ... and more) 36 | ![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/scatterchart.png) 37 | 38 | - **CandleStickChart** (for financial data) 39 | ![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/candlestickchart.png) 40 | 41 | - **BubbleChart** (area covered by bubbles indicates the value) 42 | ![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/bubblechart.png) 43 | 44 | - **RadarChart** (spider web chart) 45 | ![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/radarchart.png) 46 | 47 | ### Kevinzhow's Swift _PNChart_ [🔗](https://github.com/kevinzhow/PNChart-Swift) 48 | 49 | ![Overview](https://s3.amazonaws.com/farshid.ghods.github/pnchart-gif.gif) 50 | 51 | ### i-schuetz's _Swift Charts_ [🔗](https://github.com/i-schuetz/SwiftCharts) 52 | 53 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/layers.png) 54 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0022.jpeg) 55 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0023.jpeg) 56 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0024.jpeg) 57 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0026.jpeg) 58 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0027.jpeg) 59 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0029.jpeg) 60 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0033.jpeg) 61 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0034.jpeg) 62 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0037.jpeg) 63 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0039.jpeg) 64 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0040.jpeg) 65 | ![ScreenShot](https://raw.github.com/i-schuetz/SwiftCharts/master/Screenshots/IMG_0041.jpeg) 66 | 67 | ### PandaraWen's _PDChart_ [🔗](https://github.com/PandaraWen/PDChart) 68 | 69 | _All of their images are currently unavailable._ 70 | 71 | ### gpbl's _SwiftChart_ [🔗](https://github.com/gpbl/SwiftChart) 72 | 73 | ![swift](https://cloud.githubusercontent.com/assets/120693/5063755/dcfc9da0-6df3-11e4-9432-974e77a863ed.png) 74 | 75 | ![Example](https://cloud.githubusercontent.com/assets/120693/5063826/c01f26d2-6df6-11e4-8122-cb086709d96c.png) 76 | 77 | ![Label on touch](https://cloud.githubusercontent.com/assets/120693/5068773/8be0fa9c-6e52-11e4-8b60-aaf76dc9377d.gif) 78 | 79 | ### tylyo's _APLineChart_ [🔗](https://github.com/tylyo/APLineChart) 80 | 81 | ![portrait image](https://raw.github.com/tylyo/APLineChart/master/images/portrait.png) 82 | ![landscape image](https://raw.github.com/tylyo/APLineChart/master/images/landscape.png) 83 | ![Interface Builder UI](https://raw.github.com/tylyo/APLineChart/master/images/IBuilder.png) 84 | ![controls](https://raw.github.com/tylyo/APLineChart/master/images/controls.png) 85 | 86 | ### DuncanMC's _PieChart_ [🔗](https://github.com/DuncanMC/PieChart) 87 | 88 | ![Overview](https://raw.githubusercontent.com/DuncanMC/PieChart/master/Screenshot.jpg) 89 | 90 | ### kevinbrewster's _SwiftCharts_ [🔗](https://github.com/kevinbrewster/SwiftCharts) 91 | 92 | ![Simple Example](http://kevinbrewster.github.io/SwiftCharts/images/simple_example.png) 93 | ![Advanced Example](http://kevinbrewster.github.io/SwiftCharts/images/advanced_example.png) 94 | ![Labeled Example](http://kevinbrewster.github.io/SwiftCharts/images/labeled_example.png) 95 | ![Dynamic Example](http://kevinbrewster.github.io/SwiftCharts/images/dynamic_example.png) 96 | ![Multiaxis Example](http://kevinbrewster.github.io/SwiftCharts/images/multiaxis_example.png) 97 | 98 | ### nero-tang's _ARPieChart_ [🔗](https://github.com/nero-tang/ARPieChart) 99 | 100 | ![Screenshot](https://raw.githubusercontent.com/nero-tang/ARPieChart/master/screenshots/ARPieChartDemo.gif) 101 | 102 | ### mengmanzbh's _KlineInSwift_ [🔗](https://github.com/mengmanzbh/KlineInSwift) 103 | 104 | ![Screenshot](https://raw.githubusercontent.com/mengmanzbh/image/master/aa.gif) 105 | 106 | ### AAChartModel's _AAChartKit-Swift_ [🔗](https://github.com/AAChartModel/AAChartKit-Swift) 107 | 108 | ![AAInfographics-LOGO](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/AAInfographics-LOGO.png) 109 | 110 | | Column Chart | Columnrange Chart | 111 | | :----: | :----: | 112 | | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/ColumnChart.png) | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/BarChart.png) | 113 | 114 | | Area Chart | Line Chart | 115 | | :----: | :----: | 116 | | ![image1](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/AreaChart.png) | ![LineChart.png](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/LineChart.png) | 117 | 118 | | Step Area Chart | Step Line Chart | 119 | | :----: | :----: | 120 | | ![StepAreaChart.png](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/StepAreaChart.png) | ![StepLineChart.png](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAChartKit/BeautyAppreciation/StepLineChart.png) | 121 | 122 | #### Infographics sample 123 | 124 | - ** line chart ** 125 | 126 | ![line chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/LineChart.png) 127 | 128 | - ** column chart ** 129 | 130 | ![IMG_1873.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/ColumnChart.png) 131 | 132 | - ** bar chart ** 133 | 134 | ![bar chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/BarChart.png) 135 | 136 | - ** special area chart one ** 137 | 138 | ![IMG_1869.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/IMG_1482.JPG) 139 | 140 | - ** special area chart two ** 141 | 142 | ![IMG_1871.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/AreaChartOne.png) 143 | 144 | - ** special area chart three ** 145 | 146 | ![IMG_1863.JPG](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/AreaChartTwo.png) 147 | 148 | - ** polar chart ** 149 | 150 | ![polar chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/PolarChart.png) 151 | 152 | - ** radar chart ** 153 | 154 | ![radar chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/RadarChart.png) 155 | 156 | - ** pie chart ** 157 | 158 | ![pie chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/PieChart.png) 159 | 160 | - ** bubble chart ** 161 | 162 | ![bubble chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/BubbleChart.png) 163 | 164 | - ** scatter chart ** 165 | 166 | ![scatter chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/ScatterChart.png) 167 | 168 | - ** arearange chart ** 169 | 170 | ![arearange chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/ArearangeChart.png) 171 | 172 | - ** step area chart ** 173 | 174 | ![step area chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/StepAreaChart.png) 175 | 176 | - ** mixed chart ** 177 | 178 | ![mixed chart](https://github.com/AAChartModel/loadHtmlCssJsDemo-master/blob/master/AAInfographics/MixedChart.png) 179 | --------------------------------------------------------------------------------