Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions chartlets.js/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
- `react-vega: ^7.7.1`
- `canvas: ^3.2.0`

* Updated `eslint` to v9 with related dependencies and configuration.

* Omitted multiple VegaTheme options. While using `react-vega` v7 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.

children.
## Version 0.1.6 (from 2025/06/18)

* Implemented dynamic resizing for Vega Charts when the side panel's
Expand Down
Loading