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

Utilize same major and minor tick settings as core library #7

Open benmccann opened 7 years ago

benmccann commented 7 years ago

In https://github.com/chartjs/Chart.js/pull/4268 we've been talking about having the options below. Assuming this syntax is adopted, it would make sense for Chart.LinearGauge.js to utilize the same convention

ticks: {
  minor: {}, //< use common tick options
  major: {}  //< use common tick options
}