devgru / react-data-vis-engine

Engine for building modular charts and data visualizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-data-vis-engine

Create React-based charts using d3 utilities encapsulated in React elements.

Library is lazily developed at weekends and may not meet your expectations.

Installing

$ 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 directory. Use ZoomableChart or BasicChart components to build charts, as shown in src/examples.

About

Engine for building modular charts and data visualizations


Languages

Language:JavaScript 97.6%Language:HTML 2.0%Language:CSS 0.3%