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

https://github.com/davidbuck/react-d3-example

Simple React D3 example using Victory and Nivo
https://github.com/davidbuck/react-d3-example

d3-js nivo react-17 victory-charts

Last synced: 2 months ago
JSON representation

Simple React D3 example using Victory and Nivo

Awesome Lists containing this project

README

        

# React D3 Example

This is a simple React D3 example project that shows the use of [victory](https://github.com/FormidableLabs/victory) and [nivo](https://github.com/plouc/nivo) for data visualization.

Run `npm run start` to start the React client.

## Tools

- [victory](https://github.com/FormidableLabs/victory)
- [nivo](https://github.com/plouc/nivo)
- [Tailwind](https://tailwindcss.com)

## Branches

- [master](https://github.com/DavidBuck/react-d3-example/tree/master) - Victory bar chart example
- [nivo](https://github.com/DavidBuck/react-d3-example/tree/nivo) - Nivo bar chart example

## Versions

- [victory-v1.1](https://github.com/DavidBuck/react-d3-example/tree/victory-v1.1) - Victory bar chart example - React 17.0.1
- [nivo-v1.1](https://github.com/DavidBuck/react-d3-example/tree/nivo-v1.1) - Nivo bar chart example - React 17.0.1
- [victory-v1.0](https://github.com/DavidBuck/react-d3-example/tree/victory-v1.0) - Victory bar chart example - React 16.13.1
- [nivo-v1.0](https://github.com/DavidBuck/react-d3-example/tree/nivo-v1.0) - Nivo bar chart example - React 16.13.1