An open API service indexing awesome lists of open source software.

https://github.com/exddc/visx-examples

This is a collection of visx graphs to reuse in your projects or to learn how to use visx.
https://github.com/exddc/visx-examples

charts d3 examples javascript react visx

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# visx Examples in React

This is a collection of [airbnb/visx](https://github.com/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](https://exddc.github.io/visx-examples) 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