GraphLatency
Import
import { GraphLatency } from 'markgraphy';Basic usage
<GraphLatency
title="example"
unit={'ms'}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
data | LatencyPoint[] | — | — |
unit? | string | 'ms' | — |
height? | number | 8 | — |
labels? | [string, string] | — | — |
max? | number | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
LatencyPointGraphLatencyProps