Interface MetricOverviewProps

Hierarchy

  • MetricOverviewProps

Properties

metric: string | Metric

Metric represented by the metric overview.

metricChart?: ReactNode

A metric chart to render in the overview. Only renders if orientation="vertical".

orientation?: "horizontal" | "vertical"

Orientation of the component.

Default

"vertical"

region: Region

Region represented by the metric overview.

Generated using TypeDoc