[ station 01 ]
Add the package.
Graphs, frame, and theme in one install.
pnpm add markgraphy [ station 01 ]
Graphs, frame, and theme in one install.
pnpm add markgraphy [ station 02 ]
In the root +layout.svelte.
import 'fractalstyler2/styles'; import 'markgraphy/styles/index.sass'; let { children } = $props();
[ station 03 ]
Import any graph from markgraphy.
import { GraphStat } from 'markgraphy'; <GraphStat title="THIS WEEK" items={items} />
[ markdown ]
<script> import { GraphMeter } from 'markgraphy'; </script> <GraphMeter title="SHIPPED" value={0.67} caption="of plan" />
[ tokens ]
--graph-accent The one highlight.
--graph-accent-2 Second series.
--graph-accent-3 Third cycle.
--border Dashed edge color.
--text-primary Primary ink.
--bg Plain black. #000.