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)