hunterchart

Last updated:

0 purchases

hunterchart Image
hunterchart Images
Add to Cart

Description:

hunterchart

Installation #
Add this to your package's pubspec.yaml file:
dependencies:
hunterchart:
copied to clipboard
Usage #
import 'package:hunterchart/hunterchart.dart';
copied to clipboard
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')
],
),
),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.