chartjs/Chart.LinearGauge.js

Utilize same major and minor tick settings as core library

benmccann opened this issue · 0 comments

In chartjs/Chart.js#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
}