We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c290678 commit 0aa40d6Copy full SHA for 0aa40d6
chartlets.js/CHANGES.md
@@ -19,12 +19,15 @@
19
configureFramework({ plugins: [mui(), vega()], ... });
20
```
21
22
-* Renamed `Plot` into `VegaChart` and moved to `src/plugins/vega`.
+* Renamed `Plot` component into `VegaChart`.
23
24
* The new `VegaChart` component respects a `theme` property. If not given,
25
it will respect the current theme mode `"dark"` otherwise fallback to the
26
Vega default theme.
27
28
+* The demo application now allows for switching the theme mode between
29
+ dark, light, and system mode.
30
+
31
## Version 0.0.29 (from 2024/11/26)
32
33
* Resolved warnings that appeared when using Vega charts.
0 commit comments