How to add custom HTML text in a vertical format in map.


Article Comments

That's an easy one. Add a Custom HTML Element to the map, and within the HTML Before section (in its properties panel), enter the following:

<span style='writing-mode: vertical-rl; transform:rotate(180deg); font-weight: bold;'>Hello World!</span>

The text in the object will be vertically aligned then.


Jan, 2021 - Permalink

Thank you so much Paessler Support Team.


Jan, 2021 - Permalink

You're most welcome! Happy new years! :)


Jan, 2021 - Permalink