What problem does this feature solve?
When using a tree chart for a family tree, I want the label to display two lines vertically, one for the name and one for the rank.
What does the proposed API look like?
That corresponds to CSS rules:
writing-mode:horizontal-tb;
writing-mode:vertical-rl;
writing-mode:vertical-lr;