HoverState Plugin Reference

The HoverState plugin implements the hovered state for points and series

Import

Use the following statement to import the plugin:

import { HoverState } from '@devexpress/dx-react-chart';

User Reference

Dependencies

Properties

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.