FLCharts
Requirements
- Xcode 11 / Swift 5
- iOS >= 11.0
Installation
FLCharts is available through CocoaPods. To install it, add the following line to your Podfile:
pod 'FLCharts'
Features
- Dragging / Panning (with touch-gesture)
- Customizable Axes (both x and y axis)
- Highlighting values (with customizable popup-views)
- Scroll through chart while highlighted to change highlighted bar
- Animations for chart bars
- Limit lines (providing additional information, maximums, …)
- Fully customizable (bar colors, axes color, background, average value, dashed lines, …)
Docs
You can build FLCharts documentation directly in XCode.
In XCode go to Product -> Build Documentation
, once XCode has finished building, the documentation will appear.
Examples
- Bar Chart
- Multivalue Bar Chart
- Highlighted Bar
Author
francescoleoni98, [email protected]
License
FLCharts is available under the MIT license. See the LICENSE file for more info.