Gauge tickMarks Customizations

Hello,
I have created stylesheet.css as shown in below snap but it is hiding all the tickMarks on Gauge Component, I want to Show current running value tickMark along with Min and Max tickMarks.
Please let me know how can we update the stylesheet.css?
I want the Tick mark for Running Value in below case only Value 70 Should show on needle instead of all 0 -120 range tick marks.

Below is my requirement.
If Current value is 4, Min is 0 and Max is 11 then below gauge should show.
Single tickMark Gauge

2 Likes

I'm not sure you can actually do this with just css.
I'm trying to think of a way to do this, but I can only find complex and bug-prone solutions.

1 Like

Hello @pascal.fragnoud

Please Let me know Is there any other way to fulfil the requirement.