# Recharts ## Docs - [Introduction to Recharts](https://mintlify.wiki/recharts/recharts/introduction.md): A redefined chart library built with React and D3 - [Installation](https://mintlify.wiki/recharts/recharts/installation.md): Install Recharts using npm, yarn, or pnpm - [Quickstart](https://mintlify.wiki/recharts/recharts/quickstart.md): Get started with Recharts in minutes by creating your first interactive chart - [Chart types](https://mintlify.wiki/recharts/recharts/concepts/charts.md): Overview of available chart types in Recharts and when to use them - [Composable architecture](https://mintlify.wiki/recharts/recharts/concepts/components.md): Understanding how Recharts builds charts from reusable components - [Data and layout](https://mintlify.wiki/recharts/recharts/concepts/data-and-layout.md): How Recharts transforms your data into visual coordinates - [Customization](https://mintlify.wiki/recharts/recharts/concepts/customization.md): Style and customize every aspect of your Recharts visualizations - [Responsive design](https://mintlify.wiki/recharts/recharts/concepts/responsive-design.md): Build charts that adapt to any screen size and container - [Getting started](https://mintlify.wiki/recharts/recharts/guides/getting-started.md): Build your first chart with Recharts in minutes - [Tooltips and legends](https://mintlify.wiki/recharts/recharts/guides/tooltips-and-legends.md): Add interactive tooltips and legends to your charts - [Axes and grids](https://mintlify.wiki/recharts/recharts/guides/axes-and-grids.md): Configure axes and grids for precise control over your charts - [Animations](https://mintlify.wiki/recharts/recharts/guides/animations.md): Add smooth animations to your charts - [Responsive containers](https://mintlify.wiki/recharts/recharts/guides/responsive-containers.md): Make your charts responsive and adaptive to different screen sizes - [Custom components](https://mintlify.wiki/recharts/recharts/guides/custom-components.md): Extend Recharts with custom shapes, labels, and visualizations - [Accessibility](https://mintlify.wiki/recharts/recharts/guides/accessibility.md): Make your charts accessible to all users - [Line chart](https://mintlify.wiki/recharts/recharts/examples/line-chart.md): Examples and usage of LineChart component - [Bar chart](https://mintlify.wiki/recharts/recharts/examples/bar-chart.md): Examples and usage of BarChart component - [Area chart](https://mintlify.wiki/recharts/recharts/examples/area-chart.md): Examples and usage of AreaChart component - [Pie chart](https://mintlify.wiki/recharts/recharts/examples/pie-chart.md): Examples and usage of PieChart component - [Composed chart](https://mintlify.wiki/recharts/recharts/examples/composed-chart.md): Examples and usage of ComposedChart component - [Scatter chart](https://mintlify.wiki/recharts/recharts/examples/scatter-chart.md): Examples and usage of ScatterChart component - [Radar chart](https://mintlify.wiki/recharts/recharts/examples/radar-chart.md): Examples and usage of RadarChart component - [Radial bar chart](https://mintlify.wiki/recharts/recharts/examples/radial-bar-chart.md): Examples and usage of RadialBarChart component - [Treemap](https://mintlify.wiki/recharts/recharts/examples/treemap.md): Examples and usage of Treemap component - [Sankey diagram](https://mintlify.wiki/recharts/recharts/examples/sankey.md): Examples and usage of Sankey component - [Sunburst chart](https://mintlify.wiki/recharts/recharts/examples/sunburst.md): Examples and usage of SunburstChart component - [Funnel chart](https://mintlify.wiki/recharts/recharts/examples/funnel-chart.md): Examples and usage of FunnelChart component - [LineChart](https://mintlify.wiki/recharts/recharts/api/charts/line-chart.md): API reference for the LineChart component - [BarChart](https://mintlify.wiki/recharts/recharts/api/charts/bar-chart.md): API reference for the BarChart component - [AreaChart](https://mintlify.wiki/recharts/recharts/api/charts/area-chart.md): API reference for the AreaChart component - [PieChart](https://mintlify.wiki/recharts/recharts/api/charts/pie-chart.md): API reference for the PieChart component - [ComposedChart](https://mintlify.wiki/recharts/recharts/api/charts/composed-chart.md): API reference for the ComposedChart component - [ScatterChart](https://mintlify.wiki/recharts/recharts/api/charts/scatter-chart.md): API reference for the ScatterChart component - [RadarChart](https://mintlify.wiki/recharts/recharts/api/charts/radar-chart.md): API reference for the RadarChart component - [RadialBarChart](https://mintlify.wiki/recharts/recharts/api/charts/radial-bar-chart.md): API reference for the RadialBarChart component - [Treemap](https://mintlify.wiki/recharts/recharts/api/charts/treemap.md): API reference for the Treemap component - [Sankey](https://mintlify.wiki/recharts/recharts/api/charts/sankey.md): API reference for the Sankey component - [SunburstChart](https://mintlify.wiki/recharts/recharts/api/charts/sunburst-chart.md): API reference for the SunburstChart component - [FunnelChart](https://mintlify.wiki/recharts/recharts/api/charts/funnel-chart.md): API reference for the FunnelChart component - [Line](https://mintlify.wiki/recharts/recharts/api/cartesian/line.md) - [Bar](https://mintlify.wiki/recharts/recharts/api/cartesian/bar.md) - [BarStack](https://mintlify.wiki/recharts/recharts/api/cartesian/bar-stack.md): Component for grouping stacked bars with shared styling and rounded corners - [Area](https://mintlify.wiki/recharts/recharts/api/cartesian/area.md) - [Scatter](https://mintlify.wiki/recharts/recharts/api/cartesian/scatter.md) - [Funnel](https://mintlify.wiki/recharts/recharts/api/cartesian/funnel.md) - [XAxis](https://mintlify.wiki/recharts/recharts/api/cartesian/x-axis.md) - [YAxis](https://mintlify.wiki/recharts/recharts/api/cartesian/y-axis.md) - [ZAxis](https://mintlify.wiki/recharts/recharts/api/cartesian/z-axis.md) - [CartesianGrid](https://mintlify.wiki/recharts/recharts/api/cartesian/cartesian-grid.md) - [CartesianAxis](https://mintlify.wiki/recharts/recharts/api/cartesian/cartesian-axis.md) - [Brush](https://mintlify.wiki/recharts/recharts/api/cartesian/brush.md) - [ReferenceLine](https://mintlify.wiki/recharts/recharts/api/cartesian/reference-line.md) - [ReferenceArea](https://mintlify.wiki/recharts/recharts/api/cartesian/reference-area.md) - [ReferenceDot](https://mintlify.wiki/recharts/recharts/api/cartesian/reference-dot.md) - [ErrorBar](https://mintlify.wiki/recharts/recharts/api/cartesian/error-bar.md) - [Pie](https://mintlify.wiki/recharts/recharts/api/polar/pie.md): Renders pie chart sectors in a polar chart - [Radar](https://mintlify.wiki/recharts/recharts/api/polar/radar.md): Renders a radar chart polygon in a polar chart - [RadialBar](https://mintlify.wiki/recharts/recharts/api/polar/radial-bar.md): Renders radial bar chart elements in a polar chart - [PolarGrid](https://mintlify.wiki/recharts/recharts/api/polar/polar-grid.md): Renders grid lines in a polar chart - [PolarAngleAxis](https://mintlify.wiki/recharts/recharts/api/polar/polar-angle-axis.md): Renders the angle axis in a polar chart - [PolarRadiusAxis](https://mintlify.wiki/recharts/recharts/api/polar/polar-radius-axis.md): Renders the radius axis in a polar chart - [Legend](https://mintlify.wiki/recharts/recharts/api/components/legend.md): Displays a legend for the chart - [Tooltip](https://mintlify.wiki/recharts/recharts/api/components/tooltip.md): Displays a floating tooltip with data values - [ResponsiveContainer](https://mintlify.wiki/recharts/recharts/api/components/responsive-container.md): Makes charts responsive to container size changes - [Cell](https://mintlify.wiki/recharts/recharts/api/components/cell.md): Define colors and styles of individual chart elements (deprecated) - [Label](https://mintlify.wiki/recharts/recharts/api/components/label.md): Renders a single label in a chart - [LabelList](https://mintlify.wiki/recharts/recharts/api/components/label-list.md): Renders a list of labels for data points - [Text](https://mintlify.wiki/recharts/recharts/api/components/text.md): Renders SVG text with advanced features - [Customized](https://mintlify.wiki/recharts/recharts/api/components/customized.md): Render custom elements in charts (deprecated) - [Rectangle](https://mintlify.wiki/recharts/recharts/api/shapes/rectangle.md): API reference for the Recharts Rectangle component - [Sector](https://mintlify.wiki/recharts/recharts/api/shapes/sector.md): API reference for the Recharts Sector component - [Curve](https://mintlify.wiki/recharts/recharts/api/shapes/curve.md): API reference for the Recharts Curve component - [Polygon](https://mintlify.wiki/recharts/recharts/api/shapes/polygon.md): API reference for the Recharts Polygon component - [Dot](https://mintlify.wiki/recharts/recharts/api/shapes/dot.md): API reference for the Recharts Dot component - [Cross](https://mintlify.wiki/recharts/recharts/api/shapes/cross.md): API reference for the Recharts Cross component - [Symbols](https://mintlify.wiki/recharts/recharts/api/shapes/symbols.md): API reference for the Recharts Symbols component - [Trapezoid](https://mintlify.wiki/recharts/recharts/api/shapes/trapezoid.md): API reference for the Recharts Trapezoid component - [Surface](https://mintlify.wiki/recharts/recharts/api/container/surface.md): API reference for the Recharts Surface component - [Layer](https://mintlify.wiki/recharts/recharts/api/container/layer.md): API reference for the Recharts Layer component - [Hooks overview](https://mintlify.wiki/recharts/recharts/api/hooks/overview.md) - [Tooltip hooks](https://mintlify.wiki/recharts/recharts/api/hooks/tooltip-hooks.md) - [Axis hooks](https://mintlify.wiki/recharts/recharts/api/hooks/axis-hooks.md) - [Scale hooks](https://mintlify.wiki/recharts/recharts/api/hooks/scale-hooks.md) - [Common types](https://mintlify.wiki/recharts/recharts/api/types/common-types.md) - [Chart types](https://mintlify.wiki/recharts/recharts/api/types/chart-types.md) - [Global utilities](https://mintlify.wiki/recharts/recharts/api/utilities/global.md) - [Z-Index utilities](https://mintlify.wiki/recharts/recharts/api/utilities/z-index.md) - [Contributing](https://mintlify.wiki/recharts/recharts/resources/contributing.md): Guidelines for contributing to Recharts - [Changelog](https://mintlify.wiki/recharts/recharts/resources/changelog.md): Release history and updates for Recharts - [Migration guides](https://mintlify.wiki/recharts/recharts/resources/migration-guides.md): Guides for migrating between major versions of Recharts