--- id: reflex-components-recharts version: "0.9.2" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-recharts — Reflex recharts components. License: permissive · Maintenance: active · Downloads: 227.6K/mo ## What it is and what it does reflex-components-recharts is a wrapper that brings Recharts—a popular React charting library—into Reflex applications as reusable Python components. Reflex is a framework for building web UIs in Python, and this package extends it with charting capabilities by exposing Recharts components as Reflex-compatible building blocks. The package is designed for developers building data-driven web dashboards or analytics interfaces in Reflex who need interactive, responsive charts. It sits between your Python code and the underlying Recharts JavaScript library, letting you compose charts declaratively in Python rather than writing React or JavaScript directly. Use it for: - Building interactive dashboards in Reflex that display real-time or historical data with bar, line, or other chart types. - Adding data visualization to internal tools or analytics platforms built with Reflex. - Prototyping data-heavy web applications in Python without switching to JavaScript or React. - Creating reports or monitoring interfaces that need responsive, client-side rendered charts. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Recharts charting components for use within Reflex web applications, enabling interactive data visualization in Python-based UIs. Yes, if you are building a Reflex application and need charting. Low install friction, active maintenance, permissive license, and no known vulnerabilities make it a straightforward addition. Verify that the Recharts component set matches your charting needs before committing. ## Install pip install reflex-components-recharts uv add reflex-components-recharts poetry add reflex-components-recharts ## Installing reflex-components-recharts Before you install: Low friction install with a single runtime dependency on reflex-base. Active maintenance with a release within the last 10 days signals ongoing support. License in practice: Apache-2.0 is a permissive license allowing commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install reflex-components-recharts import reflex as rx from reflex_components_recharts import BarChart # Use BarChart component in your Reflex app Requires Python 3.10 or later. Verify before relying: - Whether Recharts components cover the full scope of chart types (bar, line, pie, etc.) or a subset. - Whether the package provides data binding and event handling for interactive features. - Documentation availability and completeness for component usage and customization. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 227.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags recharts components for reflex, interactive charts reflex, data visualization reflex, reflex charting library, recharts python wrapper, reflex ui components charts, web dashboard charts reflex, data-visualization, reflex-framework, charting [View on SkillFed](https://skillfed.io/packages/reflex-components-recharts) · [View on PyPI](https://pypi.org/project/reflex-components-recharts/)