GitHub-style simple and modern charts for the web
with zero dependencies.
Try it! Use arrow keys to navigate data points
npm install frappe-charts
<script src="frappe-charts.min.js" />
<svg id="chart"></svg>
var tasks = [
{
id: 'Task 1',
name: 'Redesign website',
start: '2016-12-28',
end: '2016-12-31',
progress: 20,
dependencies: 'Task 2, Task 3'
},
...
]
var chart = new Chart;