MetricsTableDiagram
Import
import { MetricsTableDiagram } from 'markgraphy';Basic usage
<MetricsTableDiagram
title="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title? | string | — | Caption on the top edge, uppercased. Default “COST”. |
rows? | MetricRow[] | — | — |
totalCalls? | `number | string` | — |
totalTime? | string | — | — |
showTotal? | boolean | — | Show the total row. Default true. |
class? | string | — | — |
Exported types
MetricRowMetricsTableDiagramProps