@sqlrooms/mosaic / MosaicChartContainerProps
Interface: MosaicChartContainerProps
Properties
spec
spec:
string|Spec
Initial Mosaic specification
params?
optionalparams:Map<string,Param<any>>
Pre-defined params/selections for shared cross-filtering
editable?
optionaleditable:boolean
Whether editing is enabled
Default
ts
trueonSpecChange?
optionalonSpecChange:OnMosaicSpecChange
Callback when spec changes are applied
children
children:
ReactNode
Child components (Chart, SpecEditor, Actions)
className?
optionalclassName:string
Custom class name for the container
