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:
Evan Rusackas
2026-02-01 02:14:24 +01:00
committed by GitHub
parent 901dca58f7
commit ae10e105c2
5 changed files with 196 additions and 7 deletions

View File

@@ -419,6 +419,7 @@ export default function transformProps(
timeCompare: array,
timeShiftColor,
theme,
hasDimensions: (groupBy?.length ?? 0) > 0,
},
);
if (transformedSeries) {