Releases: mckinsey/vizro
Releases · mckinsey/vizro
vizro-core-0.1.1
Added
-
Enable
title
argument inDashboard
model, which allows a title to be added on every page on top left-side (#31) -
Add the ability to use custom actions. Currently in beta, expect this to break at any time. (#46)
Changed
vizro-core-0.1.0
0.1.0 — 2023-09-08
Added
- Add Vizro templates and enable choice of
light
anddark
themes - Enable integration of plotly express charts within Graph
- Enable data connections via Kedro data catalog
- Add ModelManager and DataManager class
- Add the Vizro class and enable parsing and running a dashboard
- Add the following pydantic models:
- Action
- Button
- Card
- Checklist
- Dashboard
- Dropdown
- Filter
- Graph
- Layout
- Navigation
- Page
- Parameter
- RadioItems
- RangeSlider
- Slider
- VizroBaseModel
- Enable the addition and usage of custom components and custom charts