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
I can’t seem to find a way to color differentially the nodes and make them wider than the default setting. I tried to set this up using a dictionary as follows: {'id': 'Anc', 'title': 'Anc', 'style': 'process', 'color': 'blue', 'stroke-width': '20px’}. But unfortunately nothing seems to work. Is there a way to go around this without altering the CSS style?
The text was updated successfully, but these errors were encountered:
Hey, sorry for the slow reply -- there is some basic alternate styling intended to show "process" nodes differently from nodes that are just grouping flows together (see here) -- so if you are setting 'style': 'process' it should have made the line thicker and grey rather than thin and black.
But beyond that, there is no built-in way to customise this further without using CSS at the moment.
Style customisation options would be a reasonable addition if anyone wants to have a go at adding it!
I can’t seem to find a way to color differentially the nodes and make them wider than the default setting. I tried to set this up using a dictionary as follows: {'id': 'Anc', 'title': 'Anc', 'style': 'process', 'color': 'blue', 'stroke-width': '20px’}. But unfortunately nothing seems to work. Is there a way to go around this without altering the CSS style?
The text was updated successfully, but these errors were encountered: