What's Changed
chartlets.js
-
Updated dependencies
canvas: ^3.2.0glob: ^11.1.0react-vega: ^7.7.1vega: ^6.2.0vega-embed: ^7.1.0vega-lite: ^6.4.1
-
Updated
eslintto v9 with related dependencies and configuration. -
Omitted multiple VegaTheme options. While using
react-vegav7 the
vegaTheme needs to be restricted to: "dark" | "excel" | "ggplot2" |
"quartz" | "vox" | "default" | "system" | undefined . -
Typology component now allows color and text arguments.
If a user uses text and children, the text argument replaces the
children. -
Applied changes to the return value of
Tabscomponent and added
demo panel H, that showcases the use ofTabscomponent. (#129).
chartlets.py
- Updated dependencies
altair>=5.5.0,<6.0.0
Full Changelog: v0.1.6...v0.1.7