The HoverState
plugin implements the hovered state for points and series
Use the following statement to import the plugin:
import { HoverState } from '@devexpress/dx-react-chart';
Name | Type | Default | Description |
---|---|---|---|
defaultHover? | SeriesRef | Specifies a series or point that is initially displayed hovered. | |
hover? | SeriesRef | Specifies a series or point that is hovered. | |
onHoverChange? | (target: SeriesRef) => void | A function that is executed when the hover target is changed. |