ReferenceDot

Draws a circle on the chart to highlight a specific point.

This component, unlike Dot or circle, is aware of the cartesian coordinate system, so you specify its center by using data coordinates instead of pixels.

ReferenceDot will calculate the pixels based on the provided data coordinates.

If you prefer to render dots using pixels rather than data coordinates, consider using the Dot component instead.

父组件

ReferenceDot consumes context provided by these components:

子组件

ReferenceDot provides context for these components:

Props