Skip to content

Commit

Permalink
Merge pull request #324 from hshoff/harry-stats-readme
Browse files Browse the repository at this point in the history
[stats] update readme name to stats. fixes #323
  • Loading branch information
hshoff authored Jul 17, 2018
2 parents 1363640 + 47a1b31 commit 1d3b641
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vx-stats/Readme.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 1d3b641

Please sign in to comment.