high_chart 2.0.2 copy "high_chart: ^2.0.2" to clipboard
high_chart: ^2.0.2 copied to clipboard

outdated

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.0.2

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';
82
likes
0
pub points
88%
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

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, js, url_launcher, webview_flutter

More

Packages that depend on high_chart