mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Fix API: gantt's side paddings
This commit is contained in:
@@ -187,9 +187,9 @@ var config = {
|
|||||||
topPadding: 50,
|
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
|
* **gridLineStartPadding** - Vertical starting position of the grid lines
|
||||||
|
Reference in New Issue
Block a user