Skip to content

vizro-core-0.1.22

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 11:02
· 162 commits to main since this release
5530f59

Removed

  • Remove automatic alignment for chart title when it's specified within a Plotly chart. A warning will now suggest using Graph.title instead. (#669)

Added

  • Enable header and footer argument inside Graph, Table and AgGrid. (#669)

  • Enable title argument inside Graph. (#669)

  • Add chart layout template specification for map_style. (#677)

Fixed

  • Fix bug that prevented VizroBaseModel._to_python() to convert dict fields of models correctly. (#660)

  • Fix dynamically calculated row height for Dropdown when the options are provided as dictionaries. (#672)