Interface MetricChartTooltipWithChildren

Hierarchy

Properties

children: ReactNode

ReactNode that, when hovered, triggers the tooltip to open.

metric: string | Metric

Metric represented by the content of the tooltip.

point: TimeseriesPoint<number>

Point with the date and value to render in the tooltip. The date and value of the point usually correspond to the point being hovered.

region: Region

Region represented by the content of the tooltip.

Generated using TypeDoc