You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the options to tree.render() (e.g. "align-tips", "container", "width", "height") work correctly, but neither "font-size" or "font_size" changes the font size for the labels (which remains stuck at 12px, which is really small -- are you sure you didn't mean 12pt?). I was able to resize the text by adding a CSS instruction:
All the options to
tree.render()
(e.g. "align-tips", "container", "width", "height") work correctly, but neither "font-size" or "font_size" changes the font size for the labels (which remains stuck at12px
, which is really small -- are you sure you didn't mean12pt
?). I was able to resize the text by adding a CSS instruction:However, I'd like to know what the correct way of doing this is so I can use that instead.
The text was updated successfully, but these errors were encountered: