mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
fix(chart): enable cross-filter on bar charts without dimensions (#37407)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -419,6 +419,7 @@ export default function transformProps(
|
||||
timeCompare: array,
|
||||
timeShiftColor,
|
||||
theme,
|
||||
hasDimensions: (groupBy?.length ?? 0) > 0,
|
||||
},
|
||||
);
|
||||
if (transformedSeries) {
|
||||
|
||||
Reference in New Issue
Block a user