This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Gauge Color
#1
Hi,

Is it possible to use white gauges when visualitzation is set to dark-theme?

Thanks.
Reply
#2
Yes, why not?
------------------------------
Ctrl+F5
Reply
#3
(21.09.2022, 13:45)Daniel Wrote: Yes, why not?

How?
Reply
#4
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%);
}
Reply
#5
(21.09.2022, 14:43)admin Wrote: 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%);
}

Ok thanks!
Reply


Forum Jump: