From d6d987e962fbe4abf10d91c7125bee7225a5762c Mon Sep 17 00:00:00 2001 From: Yash-Singh1 Date: Sun, 22 Aug 2021 11:17:20 -0700 Subject: [PATCH] Ganntt diagrams --- src/lib/components/editor/util.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/components/editor/util.ts b/src/lib/components/editor/util.ts index 2860cdf6..a65c4ad7 100644 --- a/src/lib/components/editor/util.ts +++ b/src/lib/components/editor/util.ts @@ -60,7 +60,11 @@ export const initEditor = (monacoEditor): void => { 'state', 'note', 'Note', - 'title' + 'title', + 'excludes', + 'dateFormat', + 'axisFormat', + 'todayMarker' ]; // Register a tokens provider for the mermaid language