reflex-components-recharts Changelog
v0.9.4.post1 (2026-09-21)
Bug Fixes
- Require
reflex-base >= 0.9.12. The declared floor was older than thereflex_base.vars.specialmodule this package imports, so a resolver was free to pair it with areflex-basethat fails at import time withModuleNotFoundError. (#7268)
v0.9.4 (2026-09-21)
Features
- Added a Recharts Sankey chart wrapper (
rx.recharts.sankey_chart) with support for custom node and link renderers, andrx.recharts.use_chart_width()for reading the rendered chart width as aVar. (#6708)
Bug Fixes
- Fix Recharts component props (e.g.
stroke_dasharrayonreference_line,tick_formatteronx_axis/y_axis) being misclassified as CSS and routed towrapperStyleinstead of reaching the underlying Recharts component. (#6833)
v0.9.3 (2026-09-11)
Miscellaneous
- Bump
rechartsto 3.10.1. (#7019)
v0.9.2 (2026-08-04)
Features
- Added
rx.recharts.layerandrx.recharts.rectangle, wrapping the RechartsLayerandRectanglecomponents used for constructing custom node elements.