Compare commits
8 Commits
main
...
luccas_exp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f5c7a9f1f | ||
|
|
cd772714ab | ||
|
|
a5275956f4 | ||
|
|
39ceabc370 | ||
|
|
868e9816a0 | ||
|
|
078e261e56 | ||
|
|
caed253900 | ||
|
|
751093baf6 |
@ -1,4 +1,4 @@
|
|||||||
import { Vega as VegaOg } from "react-vega";
|
import { Vega as VegaOg } from "react-vega";
|
||||||
export default function Vega(props) {
|
export default function Vega(props) {
|
||||||
return <VegaOg {...props} />;
|
return <VegaOg className="w-full" {...props} />;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { VegaLite as VegaOg } from "react-vega";
|
import { VegaLite as VegaOg } from "react-vega";
|
||||||
export default function Vega(props) {
|
export default function Vega(props) {
|
||||||
return <VegaOg {...props} />;
|
return <VegaOg className="w-full" {...props} />;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,7 +14,7 @@ export function convertSimpleToVegaLite(view, resource) {
|
|||||||
tooltip: true,
|
tooltip: true,
|
||||||
},
|
},
|
||||||
title: view.title,
|
title: view.title,
|
||||||
width: "container",
|
width: 500,
|
||||||
height: 300,
|
height: 300,
|
||||||
selection: {
|
selection: {
|
||||||
grid: {
|
grid: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user