From 9f94a920ee79285c5c7d8bf81f589e72d79c93e6 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 29 Dec 2021 20:21:29 +0530 Subject: [PATCH] Remove GitGraph as it's unsupported. --- src/lib/components/preset.svelte | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/lib/components/preset.svelte b/src/lib/components/preset.svelte index f9208ec8..47582650 100644 --- a/src/lib/components/preset.svelte +++ b/src/lib/components/preset.svelte @@ -69,24 +69,6 @@ ORDER ||--|{ ORDER-ITEM : includes PRODUCT-CATEGORY ||--|{ PRODUCT : contains PRODUCT ||--o{ ORDER-ITEM : "ordered in" - `, - 'Git Graph': `gitGraph: -options -{ - "nodeSpacing": 150, - "nodeRadius": 10 -} -end -commit -branch newbranch -checkout newbranch -commit -commit -checkout master -commit -commit -merge newbranch - `, 'User Journey': ` journey title My working day