@sqlrooms/mosaic / MosaicChartSettingsPanelProps
Type Alias: MosaicChartSettingsPanelProps
MosaicChartSettingsPanelProps =
object
Props for the Mosaic chart settings panel.
Properties
dataTable?
optionaldataTable?:DataTable
Data table that supplies fields available to the chart configuration.
config
config:
ChartConfig
Current chart configuration shown in the settings controls.
onChange
onChange: (
config) =>void
Called when the chart configuration changes.
Parameters
| Parameter | Type |
|---|---|
config | ChartConfig |
Returns
void
readOnly?
optionalreadOnly?:boolean
showViewSpecButton?
optionalshowViewSpecButton?:boolean
Whether to render the inline view-spec button above chart controls.