financial_chart 0.2.1+1
financial_chart: ^0.2.1+1 copied to clipboard
A chart library for financial data. supports candlestick, ohlc, line, area, bar charts and custom chart types.
Financial chart #
A chart library for Flutter, supports various types of charts commonly used in financial apps, easy to customize and extend.
Try live demo
[chart]
Features #
- 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.
Examples #
Checkout the example app in the example folder and run.
Try live demo
Installation #
Add the library as a dependency to your pubspec.yaml file:
dependencies:
financial_chart: ^latest_version
Then run flutter pub get.
Usage #
License #
This project is licensed under the MIT License.