All VisJS config options are optional.

http://visjs.org/docs/timeline/#Configuration_Options
This commit is contained in:
Jan Van Ryckeghem
2017-03-31 14:30:15 +02:00
parent f2b6506ba5
commit 0e2ddee324

View File

@@ -180,7 +180,7 @@ interface TimelineOptions {
onRemoveGroup?(): void; // TODO
order?(): void; // TODO
orientation?: TimelineOptionsOrientationType;
rollingMode: boolean;
rollingMode?: boolean;
selectable?: boolean;
showCurrentTime?: boolean;
showMajorLabels?: boolean;