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 54358fe commit 73c63e2Copy full SHA for 73c63e2
docs/user/dashboard/vega-reference.asciidoc
@@ -50,6 +50,11 @@ To learn more, read about
50
https://vega.github.io/vega/docs/specification/#autosize[autosize]
51
in the Vega documentation.
52
53
+WARNING: Autosize in Vega-Lite has https://vega.github.io/vega-lite/docs/size.html#limitations[several limitations]
54
+that can result in a warning like `Autosize "fit" only works for single views and layered views.`
55
+The recommended fix for this warning is to convert your spec to Vega using the <<vega-browser-debugging-console, browser console>>
56
+`VEGA_DEBUG.vega_spec` output.
57
+
58
[float]
59
[[vega-theme]]
60
==== Default theme to match {kib}
0 commit comments