Skip to content

Commit 0aa40d6

Browse files
committed
update
1 parent c290678 commit 0aa40d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chartlets.js/CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@
1919
configureFramework({ plugins: [mui(), vega()], ... });
2020
```
2121

22-
* Renamed `Plot` into `VegaChart` and moved to `src/plugins/vega`.
22+
* Renamed `Plot` component into `VegaChart`.
2323

2424
* The new `VegaChart` component respects a `theme` property. If not given,
2525
it will respect the current theme mode `"dark"` otherwise fallback to the
2626
Vega default theme.
2727

28+
* The demo application now allows for switching the theme mode between
29+
dark, light, and system mode.
30+
2831
## Version 0.0.29 (from 2024/11/26)
2932

3033
* Resolved warnings that appeared when using Vega charts.

0 commit comments

Comments
 (0)