Transpose text in text box chart

Hi, how to transpose text in text box card in DOMO. I don't see option to transpose… TIA

Best Answer

  • ArborRose
    ArborRose Coach
    Answer ✓

    In Domo, the Text Box card does not provide a built-in option to transpose text directly within the card settings. However, you can achieve a similar effect by manually arranging the text in a vertical format. Such as newline after each character.

    If you need more control on the appearance, you could try HTML and CSS.

    <div style="writing-mode: vertical-lr; text-align: center; font-size: 24px;">
    VERTICAL
    </div>

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

Answers

  • ArborRose
    ArborRose Coach
    Answer ✓

    In Domo, the Text Box card does not provide a built-in option to transpose text directly within the card settings. However, you can achieve a similar effect by manually arranging the text in a vertical format. Such as newline after each character.

    If you need more control on the appearance, you could try HTML and CSS.

    <div style="writing-mode: vertical-lr; text-align: center; font-size: 24px;">
    VERTICAL
    </div>

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **