This is a collection of airbnb/visx graphs to reuse in your projects or to learn how to use visx. New additions will be added, but you can open a PR with your changes and they will be added to this library.
Check out the demo page to get an overview of the collection.
Visx is split in different packages and can be used in a minimal configuration with only the packages you need to display your graphs.
Add the needed packages with:
```shell
$ npm install -save @visx/axis @visx/curve @visx/scale @visx/shape
```
These are the packages needed for this tutorial