In a Flowchart the conditions wrap and markdownAutoWrap do not work + Subgraph type ignores wrappingWidth condition #6110
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
In a Flowchart I want to have a fontawesome icon + label + an optional extra icon as a label in a node, subgraph and subnode
In the default configuration setting the labels are wrapped.
Setting the configuration options wrap = false, markdownAutoWrap = false does not help
For the (sub)nodes it helps to increase wrappingWidth to a large number
But the subgraph is ignoring this option
Steps to reproduce
See my Code sample:
wrap: false
markdownAutoWrap: false
wrappingWidth: 1 (or remove this option)
Screenshots
Bug1:
Bug2:
Code Sample
Setup
Suggested Solutions
Bug 1: wrap and markdownAutoWrap should not wrap the labels when set to false (I don't know what the difference is between the two options)
Bug 2: option wrappingWidth should also work for subgraph types
Additional Context
No response
The text was updated successfully, but these errors were encountered: