added sequence numbers

This commit is contained in:
Bland, Paul
2018-08-16 13:44:59 -04:00
parent a4992963b3
commit fb79b133e9
8 changed files with 56 additions and 5 deletions

View File

@@ -153,7 +153,13 @@ 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,
/**
* **showSequenceNumbers** - this will show the node numbers
*/
showSequenceNumbers: false
},
/** ### gantt