highcharts_options 0.2.1+5
highcharts_options: ^0.2.1+5 copied to clipboard
Highcharts Options contains base classes for wrapping the highcharts js api. If you want to use highcharts in Dart, use the highcharts packages for polymer or angular. I strongly recommend you using t [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add highcharts_optionsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
highcharts_options: ^0.2.1+5Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:highcharts_options/chart_options.dart';