Skip to content

The "Name" field value is not displayed for the X and Y axes. v26.3.0 #7700

@X-Crux

Description

@X-Crux

Issue Summary

Chrome/Ubuntu 24.04.4 LTS

Docker images: Redash v25.1.0 & Redash v26.3.0

Steps to Reproduce

Below are the steps I took on two versions of Redash: v25.1.0 and v26.3.0.

1. Create New Query. I'm using the script that was already used here for testing Charts:

select '2025-01-01' as t, 'apple' as grp1, 'tokyo' as grp2, 10 as value
union all
select '2025-01-01' as t, 'orange' as grp1, 'tokyo' as grp2, 20 as value
union all
select '2025-01-01' as t, 'apple' as grp1, 'osaka' as grp2, 30 as value
union all
select '2025-01-01' as t, 'orange' as grp1, 'osaka' as grp2, 40 as value
union all
select '2025-01-02' as t, 'apple' as grp1, 'tokyo' as grp2, 210 as value
union all
select '2025-01-02' as t, 'orange' as grp1, 'tokyo' as grp2, 220 as value
union all
select '2025-01-02' as t, 'apple' as grp1, 'osaka' as grp2, 230 as value
union all
select '2025-01-02' as t, 'orange' as grp1, 'osaka' as grp2, 240 as value
union all
select '2025-01-03' as t, 'apple' as grp1, 'tokyo' as grp2, 110 as value
union all
select '2025-01-03' as t, 'orange' as grp1, 'tokyo' as grp2, 120 as value
union all
select '2025-01-03' as t, 'apple' as grp1, 'osaka' as grp2, 130 as value
union all
select '2025-01-03' as t, 'orange' as grp1, 'osaka' as grp2, 140 as value

2. Add Visualization -> Chart -> Line/Bar/Area...

3. Settings:

  • X Column = "t"
  • Y Columns = "value"
  • Group by = "grp1
  • X Axis(tab):
    • Name = "random string"
  • Y Axis(tab):
    • Left Y Axis -> Name = "random string"

Result for v25.1.0 (expected):

Image

Result for v26.3.0 (unexpected):

Image

The "Name" field value for the X and Y axes is not displayed in version v26.3.0.

Technical details:

  • Redash Version: 26.3.0
  • Browser/OS: Chrome/Ubuntu 24.04.4 LTS
  • How did you install Redash: docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions