skillfed

reflex-components-plotly

Reflex plotly components.

reflex-components-plotly v0.9.4 230.7K downloads/30d#9,103 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

reflex-components-plotly wraps Plotly's charting library as reusable components for the Reflex web framework. It allows developers building Reflex applications to embed interactive Plotly visualizations—charts, graphs, and dashboards—without manually managing the underlying JavaScript or Plotly API calls. The package sits within the Reflex component ecosystem, depending on reflex-base and reflex-components-core to integrate smoothly with Reflex's declarative UI model.

The package is actively maintained and recently released, with no known security vulnerabilities. It installs with low friction as a pure Python wheel and supports current Python versions (3.10+). It is positioned as a specialized extension for developers already using Reflex who need Plotly's interactive visualization capabilities.

Use it for:

  • Build interactive dashboards in Reflex applications with Plotly charts for real-time data monitoring.
  • Embed time-series graphs, scatter plots, and statistical visualizations in web apps built with Reflex.
  • Create data exploration interfaces where users can interact with Plotly charts natively within Reflex.
  • Combine Reflex's reactive state management with Plotly's interactive features for dynamic visualizations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Plotly chart and graph components for the Reflex web framework, enabling interactive data visualization in Reflex applications.

Yes, if you are building a Reflex application and need Plotly visualizations. Low install friction, permissive license, active maintenance, and no known vulnerabilities make it a safe choice. Not relevant if you are not using Reflex or do not need Plotly-specific charting.

Install

reflex-components-plotly on PyPI

pip

pip install reflex-components-plotly

uv

uv add reflex-components-plotly

poetry

poetry add reflex-components-plotly

Installing reflex-components-plotly

Before you install

Low install friction with a pure-wheel distribution. Active maintenance with a release 10 days ago. Depends on reflex-base and reflex-components-core, which are core Reflex ecosystem packages.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions.

Quickstart

pip install reflex-components-plotly

import reflex as rx
from reflex_components_plotly import plotly_component

Requires Python 3.10 or later.

Verify before relying

  • Whether Plotly component API is fully documented or if examples are available beyond the package description.
  • Specific Plotly chart types and interactive features supported by this component library.
  • Whether this package is actively maintained by the Reflex core team or a community contributor.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — reflex-base, reflex-components-core
Maintenance actively maintained — 10 days since the last release
First released
Downloads 230,699/month — #9,103 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: reflex_components_plotly-0.9.4-py3-none-any.whl

Tags

plotly charts reflexinteractive graphs web frameworkdata visualization componentsreflex plotly integrationweb dashboard charts
data-visualizationweb-frameworkplotly

More Dynamic Content packages