1.3 KiB
1.3 KiB
sChart.js
📊 Small & simple HTML5 charts
Document
Demo
Chart Types
The following chart types are implemented:
- Bar Charts
- Line Charts
- Pie Charts
- Ring Charts
Usage
Install:
npm install schart.js
using Javascript
new Schart(canvasId, options)
Relevant
vue-schart : Vue.js wrapper for sChart.js