GraphHeatmap
Import
import { GraphHeatmap } from 'markgraphy';Basic usage
<GraphHeatmap
title="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
columns | string[] | — | — |
rows | HeatRow[] | — | — |
max? | number | — | — |
legend? | boolean | true | — |
caption? | string | — | — |
glyphs? | Glyphs | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
HeatRowGraphHeatmapProps