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

outdated

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

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
0
pub points
8%
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. A single point is also drawn for displaying a specific value on the plot.

Homepage

License

unknown (LICENSE)

More

Packages that depend on boxplot