Hi,
I am using SAPUI5 v1.28. I noticed in the API specifications there is a getScaleVisible and setScaleVisible that will get and set the visibility of the scale shown on the bottom of an AnalyticMap.
I also noticed that this can be passed as a property on creation of the map. What I am seeing though is, I can set the visibility to false in the AnalyticMap construction and 50% of the time it is hidden and the rest of the time it's still visible. It seems that there may be a race condition bug in AnalyticMap?
Also, setScaleVisible and getScaleVisible functions don't exist despite the API documentation stating it does. What am I doing wrong and how can I hide the scale?
Regards,
Nick