financial_chart 0.1.2+1 copy "financial_chart: ^0.1.2+1" to clipboard
financial_chart: ^0.1.2+1 copied to clipboard

retracted

A chart library for financial data. supports candlestick, ohlc, line, area 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.

[chart]

Features #

  • Supports OHLC, line, area, bar graphs.
  • Supports markers over graphs, including labels, lines, arrows, callouts, shapes, etc.
  • Easy to extend to add custom graph types and markers.
  • Resizable multiple panels and multiple graphs in one panel.
  • Show tooltips and crosshair lines for data points.
  • Supports multiple axes.
  • Zoom and pan of axes and graph. double tap to reset zoom.
  • Show animation when zooming.
  • Dynamic data loading with loading indicator.
  • Customizable theme support with dark and light presets.

Demo #

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 #

Basic usage
More examples ...

License #

This project is licensed under the MIT License.

20
likes
0
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

A chart library for financial data. supports candlestick, ohlc, line, area charts and custom chart types.

Repository (GitHub)
View/report issues

Topics

#chart #graph #candlestick #stock

License

unknown (license)

Dependencies

equatable, flutter, intl, path_drawing, vector_math

More

Packages that depend on financial_chart