reflex-components-recharts
Reflex recharts components.
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 on this page — 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
reflex-components-recharts on PyPI
pip
pip install reflex-components-rechartsuv
uv add reflex-components-rechartspoetry
poetry add reflex-components-rechartsInstalling 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 the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — reflex-base |
| Maintenance | actively maintained — 10 days since the last release |
| First released | |
| Downloads | 227,581/month — #9,174 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: reflex_components_recharts-0.9.2-py3-none-any.whl
Tags
More Dynamic Content packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
soupsieveSoupsieve is a CSS selector library designed to…
permissive · top 100 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
MakoMako compiles Python-embedded templates into…
permissive · top 1,000 on PyPI
reflex-components-plotlyProvides Plotly chart and graph components for…
permissive · top 15,000 on PyPI
reflex-components-codeProvides reusable code display components for…
permissive · top 15,000 on PyPI
reflex-components-gridjsProvides Reflex components for integrating…
permissive · top 15,000 on PyPI
reflex-components-lucideProvides Lucide icon components for Reflex web…
permissive · top 15,000 on PyPI
reflex-components-momentProvides Reflex UI components for moment-based…
permissive · top 15,000 on PyPI
reflex-components-dataeditorProvides data table editing components for…
permissive · top 15,000 on PyPI
reflex-components-radixProvides Radix UI component bindings for…
permissive · top 15,000 on PyPI
reflex-components-coreProvides a collection of UI components for…
permissive · top 15,000 on PyPI
reflex-components-sonnerProvides Reflex components for Sonner toast…
permissive · top 15,000 on PyPI
pyechartspyecharts wraps Apache ECharts to generate…
permissive · top 5,000 on PyPI