mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
feat(matrixify): implement matrix of any charts as core Superset feature (#34526)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
6969f2cf7a
commit
e6c8343fd0
@@ -156,8 +156,8 @@ const allColumnsControl: typeof sharedControls.groupby = {
|
||||
freeForm: true,
|
||||
allowAll: true,
|
||||
commaChoosesOption: false,
|
||||
optionRenderer: c => <ColumnOption showType column={c} />,
|
||||
valueRenderer: c => <ColumnOption column={c} />,
|
||||
optionRenderer: c => <ColumnOption showType column={c as ColumnMeta} />,
|
||||
valueRenderer: c => <ColumnOption column={c as ColumnMeta} />,
|
||||
valueKey: 'column_name',
|
||||
mapStateToProps: ({ datasource, controls }, controlState) => ({
|
||||
options: datasource?.columns || [],
|
||||
|
||||
Reference in New Issue
Block a user