Skip to content

Repository files navigation

Taco Charts

How to start

npm start launches a server, Navigate to localhost:5000.

Usage

constdata={labels: ['12am-3am','3am-6pm','6am-9am','9am-12am','12pm-3pm','3pm-6pm','6pm-9pm','9am-12am'],datasets: [{title: 'Some Data',values: [25,40,30,35,8,52,17,-4]},{title: 'Another Set',values: [25,50,-10,15,18,32,27,14]}]};constchart=newChart({parent: '#chart',// or a DOM elementtitle: 'My Chart',data: data,type: 'bar',// or 'line', 'scatter', 'pie', 'percentage'height: 250,colors: ['#7cd6fd','#743ee2']});

License

MIT

About

taco-charts

Topics

Resources

Stars

16 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages