From 536db58698b11790de68f8eefc3cf9ff7418a74a Mon Sep 17 00:00:00 2001 From: Yash-Singh1 Date: Sun, 22 Aug 2021 11:45:07 -0700 Subject: [PATCH] Pie charts --- src/lib/components/editor/util.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/components/editor/util.ts b/src/lib/components/editor/util.ts index a65c4ad7..f1c53e2d 100644 --- a/src/lib/components/editor/util.ts +++ b/src/lib/components/editor/util.ts @@ -64,7 +64,8 @@ export const initEditor = (monacoEditor): void => { 'excludes', 'dateFormat', 'axisFormat', - 'todayMarker' + 'todayMarker', + 'showData' ]; // Register a tokens provider for the mermaid language