Changing the curve interpolation for flowchart doesn't do anything #6193
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
Changing the curve type for a flowchart doesn't apply, no matter if it's changed in the config tab of the live editor, in the init directive or via
linkStyle
.In the "next" live editor (which runs on an older version:
v11.0.0-alpha.6+7fec51f
) it still works as expected, in current and "develop" it doesn't.Steps to reproduce
stepBefore
as example):%%{ init: { 'flowchart': { 'curve': 'stepBefore' } } }%%
at start of the mermaid blocklinkStyle default interpolate stepBefore;
inside the flowchart-definition"flowchart": { "curve": "stepBefore" }
in the config tab of the live editorScreenshots
Develop Live Editor
with init directive:
with
linkStyle
:via config:
"Next" Live Editor
with init directive:
with
linkStyle
:via config:
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: