mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Fix API: gantt's side paddings
This commit is contained in:
parent
e8be61e062
commit
a7e5db6e19
@ -187,9 +187,9 @@ var config = {
|
||||
topPadding: 50,
|
||||
|
||||
/**
|
||||
* **sidePadding** - the space allocated for the section name to the left of the activities.
|
||||
* **leftPadding** - the space allocated for the section name to the left of the activities.
|
||||
*/
|
||||
sidePadding: 75,
|
||||
leftPadding: 75,
|
||||
|
||||
/**
|
||||
* **gridLineStartPadding** - Vertical starting position of the grid lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user