Jelly-Chart
Jelly-Chart is a chart library based on D3v4 and SVG.
Chart Types
- Bar (API | Demo)
- Line (API | Demo)
- Pie (API | Demo)
- Scatter (API | Demo)
- Parallel Coordinates (API | Demo)
- Treemap (API | Demo)
- XY Heatmap (API | Demo)
- Marker Map (API | Demo)
Documents
Download && Installation
Download
Use CDN
Install from NPM
1
$ npm install --save jelly-chart
Dependency
D3 (required) |
---|
4+ |
HTML
ES6 Module
Jelly-Chart is written using ECMAScript 6 modules. After importing it, you can create a custom bundle using your preferred bundler.
1
import jelly from "jelly-chart";
Basic Usage
1) Insert a chart holder element
1
<div id="chart"></div>
2) Call a chart generator
3) set a container, data and options, then render
To find more detailed usages, check Demo and API Docs.
Development
Use NPM Script to build Jelly-chart
LICENSE
GPL-3.0+