Skip to content

This is a collection of visx graphs to reuse in your projects or to learn how to use visx.

License

Notifications You must be signed in to change notification settings

exddc/visx-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visx Examples in React

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.

Demo

Check out the demo page to get an overview of the collection.

Tutorial

Getting Started

Installation

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

Procedure