vizro

Vizro is a toolkit for creating modular data visualization applications.

APACHE-2.0 License

Downloads
15.6K
Stars
2.4K
Committers
16

Bot releases are hidden (Show)

vizro - vizro-ai-0.1.1

Published by maxschulz-COL 10 months ago

0.1.1 — 2024-01-04

Fixed

  • Fix incompatibility with pydantic>=2.0.0 (#189)

Security

  • Bump langchain version to 0.0.329, suggested by snyk (#204)

vizro - vizro-0.1.0

Published by maxschulz-COL about 1 year ago

0.1.0 — 2023-09-08

Added

  • Add Vizro templates and enable choice of light and dark 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