mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00

The `timeline.leftMargin` value in the docs/schema was not being correctly loaded for timeline diagrams.
8 lines
202 B
Markdown
8 lines
202 B
Markdown
---
|
|
'mermaid': patch
|
|
---
|
|
|
|
fix(timeline): fix loading `leftMargin` from config
|
|
|
|
The `timeline.leftMargin` config value should now correctly control the size of the left margin, instead of being ignored.
|