Closed kahgoh closed 4 years ago
Even though autoScale
is being set in the builder, it is being overridden because setting the angleRange
property triggers an auto-scale. Setting autoScale
to false
isn't having an effect because the builder sets it while looping through the properties in a HashMap
(it is setting autoScale
AFTER angleRange
).
I have raised #201 to fix this.
The tick space settings are ignored when I set them in the builder. For example:
Gives me a gauge that looks like this:
I was expecting the ticks to more spaced out, like this:
I get the expected result if I set the tick space AFTER building the gauge, like this: