Vertically oriented Mindmap (bottom direction / bottom side) does not work

0 votes
asked Apr 13, 2023 in Bug by johnytee (500 points)
When I define my Mindmap as vertically oriented ("bottom direction" or "bottom side"), no error is reported but standard left to right horizontally oriented Mindmap is generated.

When I define my Mindmap as vertically oriented ("top direction" or "top side"), no error is reported but standard right to left horizontally oriented Mindmap is generated.

This needs fixing as it is impossible to generate vertically oriented mindmaps and wbs structure generates visually different patterns which are not suitable

1 Answer

0 votes
answered Apr 13, 2023 by johnytee (500 points)

After experimenting further, I found out that the proper statement is "top to bottom direction" and it works correctly.

Tested on this example:

@startmindmap

top to bottom direction

* Debian
** Ubuntu
*** Linux Mint
*** Kubuntu
*** Lubuntu
*** KDE Neon
** LMDE
** SolydXK
** SteamOS
** Raspbian with a very long name
*** <s>Raspmbc</s> => OSMC
*** <s>Raspyfi</s> => Volumio
@endmindmap

And Mindmap is shown as expected.

Can be closed.
...