high_chart 2.1.0 copy "high_chart: ^2.1.0" to clipboard
high_chart: ^2.1.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.1.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';
76
likes
140
pub points
87%
popularity

Publisher

verified publishersenthilnasa.me

A chart library based on High Charts (.JS), able to build advanced charts like Pie chart, linear chart, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, js, url_launcher, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on high_chart