skillfed

reflex-components-recharts

Reflex recharts components.

reflex-components-recharts v0.9.2 227.6K downloads/30d#9,174 on PyPI
Permissive license Apache-2.0 Active released

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-recharts

uv

uv add reflex-components-recharts

poetry

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 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

recharts components for reflexinteractive charts reflexdata visualization reflexreflex charting libraryrecharts python wrapperreflex ui components chartsweb dashboard charts reflex
data-visualizationreflex-frameworkcharting

More Dynamic Content packages

MarkupSafe

MarkupSafe provides a text object that escapes…

permissive · top 100 on PyPI

Jinja2

Jinja2 is a templating engine that renders…

permissive · top 100 on PyPI

soupsieve

Soupsieve is a CSS selector library designed to…

permissive · top 100 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

Flask

Flask is a lightweight WSGI web application…

permissive · top 1,000 on PyPI

Mako

Mako compiles Python-embedded templates into…

permissive · top 1,000 on PyPI

reflex-components-plotly

Provides Plotly chart and graph components for…

permissive · top 15,000 on PyPI

reflex-components-code

Provides reusable code display components for…

permissive · top 15,000 on PyPI

reflex-components-gridjs

Provides Reflex components for integrating…

permissive · top 15,000 on PyPI

reflex-components-lucide

Provides Lucide icon components for Reflex web…

permissive · top 15,000 on PyPI

reflex-components-moment

Provides Reflex UI components for moment-based…

permissive · top 15,000 on PyPI

reflex-components-dataeditor

Provides data table editing components for…

permissive · top 15,000 on PyPI

reflex-components-radix

Provides Radix UI component bindings for…

permissive · top 15,000 on PyPI

reflex-components-core

Provides a collection of UI components for…

permissive · top 15,000 on PyPI

reflex-components-sonner

Provides Reflex components for Sonner toast…

permissive · top 15,000 on PyPI

pyecharts

pyecharts wraps Apache ECharts to generate…

permissive · top 5,000 on PyPI