From ee934c60b42d3f0f6bcc09f2b04835d95a9663fa Mon Sep 17 00:00:00 2001 From: Victor Pikula Date: Wed, 16 Feb 2022 09:36:26 +0100 Subject: [PATCH] Replacing "chart" with "flowchart" Since the documentation mentions "flowchart" in the example pages, it makes more sense to also show a flowchart as the first example loaded in the editor. It looks to me like "graph" was deprecated? Not 100% sure. --- src/lib/components/preset.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/preset.svelte b/src/lib/components/preset.svelte index 47582650..6218742b 100644 --- a/src/lib/components/preset.svelte +++ b/src/lib/components/preset.svelte @@ -3,7 +3,7 @@ import Card from '$lib/components/card/card.svelte'; const samples = { - 'Flow Chart': `graph TD + 'Flow Chart': `flowchart TD A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop]