Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/charts/shared/axis-height-band.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const AxisHeightBand = () => {
height={leftAxisLabelSize.height}
style={{ display: "flex" }}
>
<OpenMetadataPanelWrapper>
<OpenMetadataPanelWrapper component={yDimension}>
<span style={{ fontSize: axisLabelFontSize, lineHeight: 1.5 }}>
{yDimension.label}
</span>
Expand Down