hunterchart 0.0.1+3 copy "hunterchart: ^0.0.1+3" to clipboard
hunterchart: ^0.0.1+3 copied to clipboard

chart plugin.

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  hunterchart:

Usage #

import 'package:hunterchart/hunterchart.dart';

implement #

Container(
    height: MediaQuery.of(context).size.height,
    width: MediaQuery.of(context).size.width,
    child: HunterChart(
    bgColor: [Color(0xff363636), Color(0xff363636)],
    columns: 5,
    rows: 10,
    chartStyle: HunterChartStyle(
        gridColor: Colors.white,
        gridStrokeWidth: 0.05,
    ),
    data: [
        HunterChartData(open: 1, low: 1, high: 200, close: 20000000, bottomLabel: '21:20')
        ],
    ),
),
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

chart plugin.

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hunterchart