GraphSpark
Import
import { GraphSpark } from 'markgraphy';Basic usage
<GraphSpark
title="example"
caption="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
data | number[] | — | — |
caption? | string | — | — |
glyphs? | Glyphs | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
GraphSparkProps