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 3f29af9 commit 69ff11fCopy full SHA for 69ff11f
frontend/src/components/editor/Output.tsx
@@ -178,7 +178,7 @@ export const OutputRenderer: React.FC<{
178
<LazyVegaEmbed
179
spec={parsedJsonData as TopLevelFacetedUnitSpec}
180
options={{
181
- theme: theme === "dark" ? "dark" : "vox",
+ theme: theme === "dark" ? "dark" : undefined,
182
mode: "vega-lite",
183
tooltip: tooltipHandler.call,
184
renderer: "canvas",
0 commit comments