From f3fcfb635b05d1ad9cef975477cf801e820c88a7 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Tue, 13 Mar 2018 21:17:32 +0800 Subject: [PATCH] Gantt numberSectionStyles should be 4 --- dist/index.html | 20 +++++++++++++++++++- src/mermaidAPI.js | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index dface957a..a0079fe99 100644 --- a/dist/index.html +++ b/dist/index.html @@ -20,6 +20,19 @@ click B testClick "click test"
+
+ graph TD + A-->B + A-->C + A-->Z + A-->Y + B-->Y + Z-->Y + Y-->A +
+ +
+
sequenceDiagram Alice ->> Bob: Hello Bob, how are you? @@ -105,7 +118,12 @@ Class08 <--> C2: Cool label