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
Hi
in the following sample I applied css style to modify text size in the node named "First" in mindmap diagram. It works properly.
Is there a way to change others properties for a mindmap node (background color, Text color etc...)?
Which css property may I use to correctly apply style in a mindmap diagram? Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
in the following sample I applied css style to modify text size in the node named "First" in mindmap diagram. It works properly.
Is there a way to change others properties for a mindmap node (background color, Text color etc...)?
Which css property may I use to correctly apply style in a mindmap diagram? Thanks
.cssClass {font-size: 40px;}
mindmap
(Root)
[First]
:::cssClass
Second
Beta Was this translation helpful? Give feedback.
All reactions