Small data interactive charting library, currently based on D3.js. It's designed for manipulating data directly from the graphs, and to make data exploration more comfortable.
Available charts:
- Line / MultiLine chart
- Scatter chart
Locally
- Clone repo
- $npm install
- $npm start
- go to url
http://localhost:8080/examples/
MIT