From 4928bc9b5cb66c50d96c5a2c817e60d3594ac9ef Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Fri, 31 Oct 2025 14:08:33 +0100 Subject: [PATCH] fix: Y axis band title click behavior for bar charts --- CHANGELOG.md | 4 +++- app/charts/shared/axis-height-band.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 089f906d49..e6f5dbb356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ You can also check the ## Unreleased -Nothing yet. +- Fix + - Clicking on Y axis title in bar charts now open Data tab in the details + panels, as in other chart types ### 6.1.2 - 2025-10-22 diff --git a/app/charts/shared/axis-height-band.tsx b/app/charts/shared/axis-height-band.tsx index a393439c6f..662e03f26d 100644 --- a/app/charts/shared/axis-height-band.tsx +++ b/app/charts/shared/axis-height-band.tsx @@ -102,7 +102,7 @@ export const AxisHeightBand = () => { height={leftAxisLabelSize.height} style={{ display: "flex" }} > - + {yDimension.label}