From a3142aad69167bc6b690e5a77550a869c86d79cd Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Tue, 20 Aug 2019 20:07:12 +0200 Subject: [PATCH] Adding some test pages --- .vscode/settings.json | 3 +- dist/index.html | 5 +++- docs/index.html | 4 +-- docs/mermaidAPI.md | 2 +- e2e/platform/click.html | 66 +++++++++++++++++++++++++++++++++++++---- e2e/platform/info.html | 26 ++++++++++++++++ e2e/platform/viewer.js | 5 ++-- src/mermaidAPI.js | 4 ++- 8 files changed, 100 insertions(+), 15 deletions(-) create mode 100644 e2e/platform/info.html diff --git a/.vscode/settings.json b/.vscode/settings.json index e984af896..be2305cbc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "typescript.reportStyleChecksAsWarnings": false, "typescript.validate.enable": false, "javascript.validate.enable": false, - "editor.formatOnSave": false + "editor.formatOnSave": false, + "standard.enable": true } diff --git a/dist/index.html b/dist/index.html index 61c6be7ad..f94119e13 100644 --- a/dist/index.html +++ b/dist/index.html @@ -13,6 +13,9 @@ +
+ info +
gantt title Exclusive end dates (Manual date should end on 3d) @@ -415,7 +418,7 @@ Class08 <--> C2: Cool label theme: 'forest', // themeCSS: '.node rect { fill: red; }', logLevel: 3, - flowchart: { curve: 'linear' }, + flowchart: { curve: 'basis' }, gantt: { axisFormat: '%m/%d/%Y' }, sequence: { actorMargin: 50 }, // sequenceDiagram: { actorMargin: 300 } // deprecated diff --git a/docs/index.html b/docs/index.html index 52fc8459f..2c524cec0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,8 +7,8 @@ - - + +