A chart library for Flutter, supports various types of charts commonly used in financial apps, easy to customize and extend.
- Supports OHLC, candlestick, line, area, bar graphs.
- Supports markers over graphs and axes, including labels, lines, arrows, callouts, shapes, etc.
- Easy to extend to add custom graph types and markers.
- Resizable multiple panels and multiple graphs in single panel.
- Show tooltips and crosshair lines for data points.
- Supports multiple axes.
- Zoom and pan of axes and graph. double tap axes to reset zoom. supports momentum scrolling.
- Show animation when zooming.
- Dynamic data loading with loading indicator.
- Live update of data and graphs.
- Customizable theme support with dark and light presets.
Checkout the example app in the example
folder and run.
Add the library as a dependency to your pubspec.yaml
file:
dependencies:
financial_chart: ^latest_version
Then run flutter pub get
.
This project is licensed under the MIT License.