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 40ede22 commit 32aeab6Copy full SHA for 32aeab6
chartlets.py/tests/components/charts/vega_test.py
@@ -32,7 +32,7 @@ def test_with_chart_prop(self):
32
"id": "plot",
33
"theme": "dark",
34
"chart": {
35
- "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json",
+ "$schema": "https://vega.github.io/schema/vega-lite/v5.23.0.json",
36
"config": {
37
"view": {"continuousHeight": 300, "continuousWidth": 300}
38
},
0 commit comments