high_chart 2.2.0 high_chart: ^2.2.0 copied to clipboard
A chart library based on High Charts (.JS), able to build advanced charts like Pie chart, linear chart, etc.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add high_chart
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
high_chart: ^2.2.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:high_chart/high_chart.dart';