diff --git a/CHANGELOG.md b/CHANGELOG.md index 089f906d4..e6f5dbb35 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 a393439c6..662e03f26 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}