fix: restore curve type configuration functionality for flowcharts (#6193)

This commit is contained in:
Ashish Jain
2025-03-24 00:25:03 +01:00
parent f5f3b08f12
commit ad653138e1
6 changed files with 110 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
---
'mermaid': minor
---
fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods:
- Config
- Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%)
- LinkStyle command (linkStyle default interpolate ...)