Skip to content

vizro-core-0.1.50

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Dec 15:47
· 6 commits to main since this release
61cf8bb

Highlights ✨

  • Add show_notification and update_notification actions to display notification messages to users. Notifications can be customized with different variants, icons, and timing, and can be triggered by, for example, buttons, graphs, or cards. See the notification actions user guide for details. (#1496)

  • Multi-select controls can now be updated by the set_control action. For example, you can set controls by using lasso select on a graph or selecting multiple rows on a table. (#1515)

Changed

  • Set clickmode="event+select" as the default for all plotly.express charts, enabling point/data highlighting on click. (#1515)