Hi!
I want know how change default label values of LinearGauge. 0 and 100 they´re default values, if i put minumum and maximum:
outerScale = new LinearScale();
outerScale.setMinimum(-90);
outerScale.setMaximum(90);
it´s mapped in scale as -90 and 90, but labels not change and they´re 0 and 100 or other values as 0 and 180. It´s never start in other value different of 0.
¿How can I put a LinearGauge with scale -90 to 90?
Thanks!