mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
10 lines
353 B
Markdown
10 lines
353 B
Markdown
---
|
|
'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 ...)
|