Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devgru/react-data-vis-engine
Engine for building modular charts and data visualizations
https://github.com/devgru/react-data-vis-engine
Last synced: 4 days ago
JSON representation
Engine for building modular charts and data visualizations
- Host: GitHub
- URL: https://github.com/devgru/react-data-vis-engine
- Owner: devgru
- Created: 2017-10-11T12:48:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T14:35:15.000Z (about 6 years ago)
- Last Synced: 2024-10-16T04:33:06.001Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-data-vis-engine
> Create React-based charts using [d3](https://d3js.org) utilities encapsulated in React elements.
>
> Library is lazily developed at weekends and may not meet your expectations.
>## Installing
```sh
$ yarn add react-data-vis-engine
# or
$ npm install --save react-data-vis-engine
```Versions prior to 0.0.23 were published under name `react-chart-engine`.
## Docs
Exported components are described in [docs/components](./docs/components) directory. Use `ZoomableChart` or `BasicChart` components to build charts, as shown in [src/examples](./src/examples).