angular_modern_charts 0.2.0 copy "angular_modern_charts: ^0.2.0" to clipboard
angular_modern_charts: ^0.2.0 copied to clipboard

Angular wrapper for the modern charts library. This wrapper utilizes core angular concepts such as, component/model/template structure and property bindings.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add angular_modern_charts

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

dependencies:
  angular_modern_charts: ^0.2.0

Alternatively, 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:angular_modern_charts/angular_modern_charts.dart';
1
likes
30
pub points
19%
popularity

Publisher

unverified uploader

Angular wrapper for the modern charts library. This wrapper utilizes core angular concepts such as, component/model/template structure and property bindings.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

angular, json_annotation, modern_charts, sass_builder

More

Packages that depend on angular_modern_charts