GraphMeter
Import
import { GraphMeter } from 'markgraphy';Basic usage
<GraphMeter
title="example"
value={0}
ticks={14}
/> 0 percent
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
value | number | — | — |
ticks? | number | 14 | — |
caption? | string | — | — |
glyphs? | Glyphs | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
GraphMeterProps