GaugeKit
GaugeKit copied to clipboard
Circle type gauges not respecting endColor
When using a circle gauge (type4) the end color is ignored. This can be seen in the example app where the innermost gauge has a start and end color but is locked to the start color.
This may be intentional since the ends coming together is probably strange with two colors but I wanted to confirm before we changed our UX.
This tools is so great. Thanks!
I can confirm this as well
Hi. thanks for mention it. @swiftfoot @siberian1967 did you found a solution already, btw?
Hi, ringGradientLayer is not defined in GaugeCircle.getCircleGauge. Copy it from GaugeHalf.getHalfGauge and it's working.
Same problem here solved with @ashmcleod answer thank you for sharing this !