diff --git a/packages/vx-stats/Readme.md b/packages/vx-stats/Readme.md index 26c78f479..73e0cd1d8 100644 --- a/packages/vx-stats/Readme.md +++ b/packages/vx-stats/Readme.md @@ -1,9 +1,11 @@ -# @vx/boxplot +# @vx/stats ``` -npm install --save @vx/boxplot +npm install --save @vx/stats ``` +## 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`.