I have a label component in Perspective showing an analogue value of cubic meters. I want to show the unit as m^3 (where the number 3 is in superscript). Is this possible in Perspective at the moment?
In Vision I would do it as <html>m<sup>3</sup>, however that doesn’t work in Perspective.
You could also use a Markdown component instead of the Label. The Markdown component allows for HTML, so you could use the same method as you did in Vision.