chartjs / Chart.LinearGauge.js

Linear Gauge chart type for Chart.js
https://chartjs.github.io/Chart.LinearGauge.js/example
MIT License
55 stars 58 forks source link

Add build tool #6

Open benmccann opened 7 years ago

benmccann commented 7 years ago

It'd make sense to have the chart type and scale in different files that get combined together using gulp rather than trying to put everything in a single file.

For an example you can see: https://github.com/benmccann/Chart.Financial.js

benmccann commented 5 years ago

This would be fixed by using Scott's code, which supports Chart.js v2: https://github.com/scottmcculloch/Chart.LinearGauge.js