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.
This commit is contained in:
Victor Pikula
2022-02-16 09:36:26 +01:00
committed by GitHub
parent 278982c246
commit ee934c60b4
+1 -1
View File
@@ -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]