You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: