diff --git a/src/lib/components/preset.svelte b/src/lib/components/preset.svelte index 0e0adcde..266593b3 100644 --- a/src/lib/components/preset.svelte +++ b/src/lib/components/preset.svelte @@ -69,7 +69,35 @@ 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 + section Go to work + Make tea: 5: Me + Go upstairs: 3: Me + Do work: 1: Me, Cat + section Go home + Go downstairs: 5: Me + Sit down: 3: Me + ` }; const loadSampleDiagram = (diagramType: string): void => {