When I scale a gauge larger and smaller I'm seeing a discrepancy in the circular label path.
It would be easier for me if the gauge featured automatic label scaling to fit within it's bounds. Internally, are you taking advantage of UILabel's adjustsFontSizeToFitWidth? That might alleviate some of the issues so long as the label has an appropriate bounds.
Hey Caylan,
I think we narrowed it down. We think its an issue where the gauge isn't recalculating the size of the labels when you change the font size. If it is this, then we should be able to get the fix into our next public SR which we are aiming to get out by the end of this week or early next week.
Btw, I agree that automatic font scaling would be a great feature to have. If you could add it to the products idea page, it'd help out in us prioritizing this feature.
Thanks,
-SteveZ
Yes, I am scaling the font myself. This only happens on tiny gauges. It's a vanilla gauge. Can you try to reproduce on your side?
Hi,
The arrangement does look strange in the upper image. Could you share the settings you are using to produce the output? The labels do not auto scale with the size of the gauge at present, but rather stay the font size that you requested. They shouldn't appear offset from their correct positions as in your upper image though. Are you scaling the font size yourself as you adjust the gauge dimensions?
-Graham