Variable ChartTooltipConst
ChartTooltip: (
outsideProps: TooltipProps<ValueType, NameType>,
) => Element | null = RechartsPrimitive.Tooltip
Type Declaration
- (outsideProps: TooltipProps<ValueType, NameType>): Element | null
Parameters
- outsideProps: TooltipProps<ValueType, NameType>
Returns Element | null
The Tooltip component displays a floating box with data values when hovering over or clicking on chart elements.
It can be configured to show information for individual data points or for all points at a specific axis coordinate. The appearance and content of the tooltip can be customized via props.