A Reflex component library wrapping Recharts for building interactive charts (line, bar, area, scatter, etc.) in Reflex web apps. Current version: 0.9.1. Release cadence is irregular; tied to Reflex and Recharts updates.
pip install reflex-components-rechartsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic line chart with two series
Update chart definitions using dict format and rename `x_key` to `x_axis_data_key`.
Replace `on_click` with event listeners like `on_click_event` (see docs).
Pin Reflex version: `pip install reflex==0.6.0` or use the same minor version as the library was released against.
Ensure all data objects use string keys (e.g., `{'uv': 5}` not `{0: 5}`).No resource links recorded.