Skip to main content

Variable: useActiveTooltipLabel

@arolariu/components


@arolariu/components / useActiveTooltipLabel

Variable: useActiveTooltipLabel

useActiveTooltipLabel: () => ActiveLabel

Defined in: components/ui/chart.tsx:640

Returns the active tooltip label. The label is one of the values from the chart data, and is used to display in the tooltip content.

Returns undefined if there is no active user interaction or if used outside a chart context

Returns

ActiveLabel

ActiveLabel

Since

3.0

// was this page useful?