Renders a circular dot marker in the chart. This component accepts X and Y coordinates in pixels. If you need to position the dot based on your chart’s data, consider using the ReferenceDot component instead.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/recharts/recharts/llms.txt
Use this file to discover all available pages before exploring further.
Props
Positioning
The x-coordinate of the center in pixels.
The y-coordinate of the center in pixels.
The radius of the dot in pixels.
Appearance
CSS class name to apply to the dot element.
Whether the dot should be clipped to the chart area.
SVG properties
This component accepts all standard SVG circle element properties including:fill- Fill colorstroke- Stroke colorstrokeWidth- Stroke widthopacity- Opacity valuestyle- Inline styles