From ee455c1edbccdd4c95d6acb4c4807295e60b4085 Mon Sep 17 00:00:00 2001 From: Ch K <125943705+karistom@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:26:28 +1000 Subject: [PATCH] auto generated from pnpm run --- docs/syntax/gantt.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/syntax/gantt.md b/docs/syntax/gantt.md index 1b12063d7..9f7be5c86 100644 --- a/docs/syntax/gantt.md +++ b/docs/syntax/gantt.md @@ -464,3 +464,20 @@ Beginner's tip—a full example using interactive links in an html context: ``` + +```mermaid +gantt + title Git Issues - days since last update + dateFormat X + axisFormat %s + section Issue19062 + 71 : 0, 71 + section Issue19401 + 36 : 0, 36 + section Issue193 + 34 : 0, 34 + section Issue7441 + 9 : 0, 9 + section Issue1300 + 5 : 0, 5 +```