0.0.192 • Published 5 years ago

@vx/boxplot v0.0.192

Weekly downloads
423
License
MIT
Repository
github
Last release
5 years ago

@vx/boxplot

A boxplot shows the minimum, maximum, and quartiles of a dataset.

You can pass in props to target the min, max, median, and box (interquartile range) shapes using minProps, maxProps, medianProps, and boxProps.

If you are looking to add events over the each boxplot group you can pass in container={true} and containerProps={{ /** */ }}.

Installation

npm install --save @vx/boxplot

Components

API

# BoxPlot.boxProps<object> Default{}

# BoxPlot.boxWidth<number>

# BoxPlot.children<func>

# BoxPlot.className<string>

# BoxPlot.container<bool> Defaultfalse

# BoxPlot.containerProps<object> Default{}

# BoxPlot.fill<string>

# BoxPlot.fillOpacity<union(number|string)>

# BoxPlot.firstQuartile<number>

# BoxPlot.horizontal<bool>

# BoxPlot.left<number> Default0

# BoxPlot.max<number>

# BoxPlot.maxProps<object> Default{}

# BoxPlot.median<number>

# BoxPlot.medianProps<object> Default{}

# BoxPlot.min<number>

# BoxPlot.minProps<object> Default{}

# BoxPlot.outlierProps<object> Default{}

# BoxPlot.outliers<array> Default[]

# BoxPlot.rx<number> Default2

# BoxPlot.ry<number> Default2

# BoxPlot.stroke<string>

# BoxPlot.strokeWidth<union(number|string)>

# BoxPlot.thirdQuartile<number>

# BoxPlot.top<number> Default0

# BoxPlot.valueScale<func>

0.0.192

5 years ago

0.0.190

5 years ago

0.0.189

5 years ago

0.0.183

5 years ago

0.0.182

5 years ago

0.0.181

5 years ago

0.0.170

6 years ago

0.0.165

6 years ago

0.0.165-beta.1

6 years ago

0.0.165-beta.0

6 years ago

0.0.161

6 years ago

0.0.153

6 years ago

0.0.143

7 years ago

0.0.140

7 years ago

0.0.136

7 years ago

0.0.131

7 years ago

0.0.127

7 years ago