Skip to content

reflex-components-plotly@0.9.7

Choose a tag to compare

@github-actions github-actions released this 22 Sep 01:02
9f43f2e

Bug Fixes

  • rx.plotly(..., id="...") now reaches the DOM: the id prop is rendered as react-plotly.js's divId, which is the only id prop the library forwards to its container div. (#6977)

Miscellaneous

  • Avoid redundant frontend dependency installation when using Plotly components. (#6850)