fix vegalite size
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
actions: false,
|
||||
renderer: canvas ? 'canvas' : 'svg',
|
||||
height: h - 75,
|
||||
width: w - 75
|
||||
width: w - 100
|
||||
}
|
||||
)
|
||||
</script>
|
||||
|
||||
@@ -108,6 +108,7 @@ export function getAllModules(flow: Flow): FlowModule[] {
|
||||
].flat()
|
||||
return modules
|
||||
}
|
||||
|
||||
function getExpr(x: InputTransform | undefined) {
|
||||
if (x == undefined) return []
|
||||
return x.type === 'javascript' ? [x.expr] : []
|
||||
@@ -148,6 +149,7 @@ export function getDependentComponents(id: string, flow: Flow): Record<string, s
|
||||
.filter((x) => x[1].length > 0)
|
||||
)
|
||||
}
|
||||
|
||||
export function getStepPropPicker(
|
||||
flowState: FlowState,
|
||||
parentModule: FlowModule | undefined,
|
||||
|
||||
Reference in New Issue
Block a user