mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
72.35k stars 6.59k forks source link

Sequence Diagram Config - messageMargin has no effect no matter the value #5702

Open ShawnTuatara opened 3 months ago

ShawnTuatara commented 3 months ago

Description

Setting the messageMargin has no impact on the drawing of the diagram

Steps to reproduce

https://mermaid.live/edit#pako:eNptkU1rwzAMhv9K0DktcZuv-lAY3XEdg26XkYvnqI4hsTPH6daF_PfZSbuxD4PB0vPqRZIH4LpEoNDha4-K461kwrCmUIW10tYYPGJnfeRvy4yVXLZM2YAHrAt2tUT1B7UePbjEOTigOUmOTqECd_hiu21psDPILM6SH-CpLf8Hd8hOlzyE0KBpmCxd24NXFWArbLAA6p5HbXzHEM7kOpeHw2xZuPquYwL3zAipPCFRFIW_6E0thZo9jRTV1XIyrfTb4WJ83zcvaDovPLK6Q68ZCzW6Nllv9eGsOFBregzB6F5UQCdZCP0062XfX1kspdVmP38K1-oohXNya33W-lvlYqADvANdJMkyzfNNFGVxGsdkFYdwBkryfEkSkibxepMlcZYmYwgfkwVZplmekzhZR-tslZJNOn4CJL-mXw

{
  "theme": "forest",
  "sequence": {
    "messageMargin": 10,
    "messageAlign": "right",
    "showSequenceNumbers": false
  }
}

Changing messageAlign and showSequenceNumbers works fine. Documentation says that messageMargin is available. https://mermaid.js.org/schemas/config.schema.json

Screenshots

No response

Code Sample

No response

Setup

No response

Suggested Solutions

No response

Additional Context

No response

KawtharAlakri commented 2 months ago

I will be working on this.

KawtharAlakri commented 2 months ago

Some help is needed to complete this as my proposed solution works perfectly for message margin but is affecting text wrapping.