Fix API: gantt's side paddings

This commit is contained in:
tkfm.yamaguchi 2016-05-23 11:44:46 +09:00
parent e8be61e062
commit a7e5db6e19

View File

@ -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