AreaRevealShape

The default shape for Area that reveals the chart with a left-to-right (or top-to-bottom) clip-path animation on entrance, and renders the plain curve otherwise.

This component renders the complete Area visual: the filled area curve, the stroke curve, and (for range areas) the baseline stroke curve. During entrance animation, all curves are wrapped in a clip-path that progressively reveals the area.

This is the built-in entrance animation for Area. It is automatically used when no customshape prop is provided. You can import and reuse it as a starting point for custom shapes.

Available since Recharts 3.9

Props