From dffe20b76cf526d4a0997c375d0be36d15f132c7 Mon Sep 17 00:00:00 2001 From: lilisha100 Date: Fri, 27 Sep 2019 10:15:03 -0700 Subject: [PATCH] Update gantt.md --- docs/gantt.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/gantt.md b/docs/gantt.md index eb3dfff29..6363011d7 100755 --- a/docs/gantt.md +++ b/docs/gantt.md @@ -15,7 +15,17 @@ gantt Task in sec :2014-01-12 , 12d another task : 24d ``` - +```mermaid +gantt + title A Gantt Diagram + dateFormat YYYY-MM-DD + section Section + A task :a1, 2014-01-01, 30d + Another task :after a1 , 20d + section Another + Task in sec :2014-01-12 , 12d + another task : 24d +``` ## Syntax ```