We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654a23 commit 5a44ec5Copy full SHA for 5a44ec5
chartlets.py/tests/components/charts/vega_test.py
@@ -36,7 +36,7 @@ def test_with_chart_prop(self):
36
"id": "plot",
37
"theme": "dark",
38
"chart": {
39
- "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json",
+ "$schema": "https://vega.github.io/schema/vega-lite/v6.1.0.json",
40
"config": {
41
"view": {"continuousHeight": 300, "continuousWidth": 300}
42
},
0 commit comments