chartjs/Chart.LinearGauge.js

Invert ticks

nixbesser opened this issue · 1 comments

Chart.js allows for inverting ticks via the 'reverse' option:

ticks: {
    reverse: true
}

This option does not work with LinearGauge. Is it possible? If yes, any help would be greatly appreciated.

Solved by reversing the scale range. Note: if using custom tick values then the scaleLabel must also use custom values.