You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title say it all - I want to format the values (that are not actually a speed, but rather a mileage, so very big) in locale specific way, for instance 38.000 for German locale but I don't see any possibility for this. The function getSpeedText that returns "formatted" text can only format the number as scientific float and we can influence only the number of decimal positions. And it cannot be overwritten via inheritance (still kind of dumb to create a class to just overwrite main label formatting). It would be nice if there were a possibility to supply a format like with ticks OR at least use NumberFormat classes to properly format the values by default in locale friendly manner for FLOAT and INTEGER speedTextFormat
The text was updated successfully, but these errors were encountered:
The title say it all - I want to format the values (that are not actually a speed, but rather a mileage, so very big) in locale specific way, for instance 38.000 for German locale but I don't see any possibility for this. The function getSpeedText that returns "formatted" text can only format the number as scientific float and we can influence only the number of decimal positions. And it cannot be overwritten via inheritance (still kind of dumb to create a class to just overwrite main label formatting). It would be nice if there were a possibility to supply a format like with ticks OR at least use NumberFormat classes to properly format the values by default in locale friendly manner for FLOAT and INTEGER speedTextFormat
The text was updated successfully, but these errors were encountered: