boxplot 1.0.5 copy "boxplot: ^1.0.5" to clipboard
boxplot: ^1.0.5 copied to clipboard

A Canvas based boxplot library for Dart Web projects. The component draws a box plot on a Canvas with a predefined min, q1, q2, q3, and max where q1 and q3 are the first and the third quartiles and q2 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add boxplot

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

dependencies:
  boxplot: ^1.0.5

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:boxplot/boxplot.dart';
1
likes
35
pub points
0%
popularity

Publisher

unverified uploader

A Canvas based boxplot library for Dart Web projects. The component draws a box plot on a Canvas with a predefined min, q1, q2, q3, and max where q1 and q3 are the first and the third quartiles and q2 is the median, respectively.

Homepage

License

unknown (LICENSE)

More

Packages that depend on boxplot