From e8be61e062e2d259d0ea3fcc1f72a998db23a727 Mon Sep 17 00:00:00 2001 From: "tkfm.yamaguchi" Date: Mon, 23 May 2016 11:23:49 +0900 Subject: [PATCH] Add example for side span of gantt --- test/examples/ganttSideSpan.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 test/examples/ganttSideSpan.html diff --git a/test/examples/ganttSideSpan.html b/test/examples/ganttSideSpan.html new file mode 100644 index 000000000..3b9cefcb7 --- /dev/null +++ b/test/examples/ganttSideSpan.html @@ -0,0 +1,29 @@ + + + + + + + + + + + +
+ gantt + dateFormat YYYY-MM-DD + title My Project + + section Long Long Long Long Task Name + Completed task :done, des1, 2016-04-25, 2016-05-21 + Active task :active, des1, 2016-04-25, 2016-04-30 + Future task : des1, 2016-04-25, 2016-05-30 +
+ +