Merge pull request #721 from paulbland/right-angles

Add option for right angles
This commit is contained in:
Tyler Long
2018-12-18 14:04:19 +08:00
committed by GitHub
2 changed files with 13 additions and 4 deletions

View File

@@ -164,7 +164,12 @@ const config = {
* **useMaxWidth** - when this flag is set the height and width is set to 100% and is then scaling with the
* available space if not the absolute space required is used
*/
useMaxWidth: true
useMaxWidth: true,
/**
* **rightAngles** - this will display arrows that start and begin at the same node as right angles, rather than a curve
*/
rightAngles: false
},
/** ### gantt