GitHub user dosubot[bot] added a comment to the discussion: X-axis titles are cropped in to half and fully visible in superset5.0
<!-- Answer --> This is a known issue with X-axis title/label rendering in Superset 5.0. There have been several fixes merged that address axis title cropping: **Most relevant fix:** [PR #39447](https://github.com/apache/superset/pull/39447) increased the default X-axis title margin from 0 to 40px to prevent titles from being cropped or overlapping with tick labels [[1]](https://github.com/apache/superset/pull/39447). This was merged in April 2026. **Additional related fixes:** - [PR #37755](https://github.com/apache/superset/pull/37755) — fixed rotated X-axis labels being clipped at chart boundaries by dynamically adjusting padding [[2]](https://github.com/apache/superset/pull/37755) - [PR #36989](https://github.com/apache/superset/pull/36989) — fixed value labels cut off on horizontal bar charts **Workarounds if you're on Superset 5.0:** 1. **Apply X-axis label rotation** (e.g., 45°) — this triggers different overlap handling logic 2. **Increase chart height** — gives more room for the axis title to render fully 3. **Set "X Axis Label Interval" to "All"** in the Customize panel These fixes are available in more recent versions. If upgrading isn't an option, the workarounds above should help mitigate the cropping. Would you like more details on any specific workaround or fix? <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Docs are dead. Just use [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-feedback&utm_term=apache%2Fsuperset&message_id=406cf137-2d39-466b-9d92-9273d441cd1b) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-ask-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-share-team&utm_term=apache%2Fsuperset) GitHub link: https://github.com/apache/superset/discussions/41112#discussioncomment-17319303 ---- 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]
