high_chart 2.4.0 copy "high_chart: ^2.4.0" to clipboard
high_chart: ^2.4.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 Dart:

 $ dart pub add high_chart

With Flutter:

 $ flutter pub add high_chart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  high_chart: ^2.4.0

Alternatively, your editor might support dart pub get or 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';
88
likes
0
points
1.49k
downloads

Publisher

verified publishersenthilnasa.me

Weekly Downloads

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, plugin_platform_interface, url_launcher, web, webview_flutter, webview_windows

More

Packages that depend on high_chart