--- id: reflex-components-plotly version: "0.9.4" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-plotly — Reflex plotly components. License: permissive · Maintenance: active · Downloads: 230.7K/mo ## 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 above — 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 pip install reflex-components-plotly uv add reflex-components-plotly 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_current - Install friction: low - Maintenance: active - Downloads: 230.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags plotly charts reflex, interactive graphs web framework, data visualization components, reflex plotly integration, web dashboard charts, data-visualization, web-framework, plotly [View on SkillFed](https://skillfed.io/packages/reflex-components-plotly) · [View on PyPI](https://pypi.org/project/reflex-components-plotly/)