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
- Host: GitHub
- URL: https://github.com/davidbuck/react-d3-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-21T12:19:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T10:51:42.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:26:16.871Z (4 months ago)
- Topics: d3-js, nivo, react-17, victory-charts
- Language: JavaScript
- Homepage:
- Size: 567 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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