Skip to content

FlutterWorks/financial_chart

 
 

Repository files navigation

Financial chart

A chart library for Flutter, supports various types of charts commonly used in financial apps, easy to customize and extend.

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.

Installation

Add the library as a dependency to your pubspec.yaml file:

dependencies:
  financial_chart: ^latest_version

Then run flutter pub get.

Usage

Basic usage
More examples ...

License

This project is licensed under the MIT License.

About

A flutter chart library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 92.7%
  • C++ 3.4%
  • CMake 2.8%
  • Ruby 0.4%
  • Swift 0.3%
  • C 0.2%
  • Other 0.2%