Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/se7entyse7en/react-data-viz
https://github.com/se7entyse7en/react-data-viz
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/se7entyse7en/react-data-viz
- Owner: se7entyse7en
- License: apache-2.0
- Created: 2020-04-25T13:36:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:24:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T15:45:56.044Z (7 months ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# react-data-viz
> A React library for data viz based on d3.js
[![version](https://img.shields.io/npm/v/@se7entyse7en/react-data-viz.svg)](https://www.npmjs.com/package/@se7entyse7en/react-data-viz) ![license](https://img.shields.io/npm/l/@se7entyse7en/react-data-viz.svg) [![build](https://img.shields.io/travis/se7entyse7en/react-data-viz)](https://travis-ci.org/github/se7entyse7en/react-data-viz) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Examples: https://se7entyse7en.github.io/react-data-viz/.
## Install
```bash
npm install --save @se7entyse7en/react-data-viz
```## Usage
See the examples [here](https://github.com/se7entyse7en/react-data-viz/blob/master/example/src/App.js).
## License
Apache 2.0 © [se7entyse7en](https://github.com/se7entyse7en)