21.09.2022, 14:43
Gauge color scheme is fixed. A work-around is to invert colors using CSS filter and additional class gauge-invert:
Code:
.gauge-invert {
filter: invert(100%) hue-rotate(180deg) contrast(150%);
}