vizro-core-0.1.46
Highlights ✨
- Introduce
set_controlaction to enable much more powerful and flexible graph and table interactions such as cross-filtering and cross-highlighting. See the user guide on graph and table interactions for more information. (#1373)
Added
-
Add support for any Bootstrap theme via, for example,
Vizro(external_stylesheets=[dbc.themes.BOOTSTRAP]). (#1244) -
A control's
selectorcan be used as an action input or output by referring to the parent control'sid. (#1366)
Changed
-
Make the logo clickable so it redirects to the homepage. (#1393)
-
NavBar no longer collapses with the left side panel. (#1394)
Deprecated
- Deprecate
va.filter_interactionin favor of newva.set_controlaction. (#1379)
Fixed
- Fix
VizroBaseModel._to_python()to includevizro.figuresin the imports. (#1391)