11.6.0
Added 1
- Add Radar Chart
Fixed 2
- Restore curve type configuration functionality for flowcharts to apply settings configured through Config, Init directive, or LinkStyle command
- Fix requirement diagram containment arrow
Minor Changes
-
#6408
ad65313Thanks @ashishjain0512! - 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 ...)
-
#6381
95d73bcThanks @thomascizeron! - Add Radar Chart