Description
Thanks for building this component. For my use case, I'm doing a temperature gauge, 0-100c.
I have two temperature needles, and also would like to support a setpoint for the target temperature, (possibly as a small circle or triange)
I have managed to get a second needle on, by using two gauges and using the custom style to hide parts of the the 2nd gauge - so only the need shows. Due to the way the needles are draw, the area around the 2nd needle is not cleared, as this is part of the arc.
I'm considering refactoring to use slots for each of the components. This way each part could customised as part of the slot - e.g. for the needle slot - a second needle could be added. Also the positioning and size of the elements could be controlled, without using properties on the main component.
The other area is around adding Major and Minor tick marks and also Major tick labels.
The start and end point of the arc could also be customisable.
Your thoughts?