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.

Parent Components

ReferenceDot consumes context provided by these components:

Child Components

ReferenceDot provides context for these components:

Props