21.09.2022, 13:22
Hi,
Is it possible to use white gauges when visualitzation is set to dark-theme?
Thanks.
Is it possible to use white gauges when visualitzation is set to dark-theme?
Thanks.
Gauge Color
|
21.09.2022, 13:22
Hi,
Is it possible to use white gauges when visualitzation is set to dark-theme? Thanks.
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: 123 .gauge-invert {
filter: invert(100%) hue-rotate(180deg) contrast(150%);
}
21.09.2022, 14:45
|
« Next Oldest | Next Newest »
|