GitHub user dosubot[bot] added a comment to the discussion: How can I eliminate just the name of Y axis in chart in apachesuperset
<!-- Answer --> If the Y axis name still appears even though the "Y Axis Title" field is empty, Superset may be auto-generating the axis name from your metric or field name. There isn't a built-in toggle to fully hide the Y axis name beyond clearing the title field—this is the intended behavior for ECharts-based bar charts and similar chart types in Superset. If you need to completely suppress the Y axis name and clearing the field doesn't work, there currently isn't a UI option or advanced setting to override this auto-generated label. This behavior is consistent with recent updates, which only changed label formatting and did not add new controls for hiding axis titles when the field is empty [citation](https://github.com/apache/superset/pull/35694). If you have access to customize the frontend code, you could potentially modify the chart plugin to suppress the axis title, but this requires development work. Let me know if you want more details on that approach. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/3add0116-f57d-48d3-b43f-4449d85c971b?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35958) GitHub link: https://github.com/apache/superset/discussions/35958#discussioncomment-14858374 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
