X-axis titles are cropped in to half and fully visible in superset5.0 #41112
Replies: 2 comments
-
|
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 increased the default X-axis title margin from 0 to 40px to prevent titles from being cropped or overlapping with tick labels [1]. This was merged in April 2026. Additional related fixes:
Workarounds if you're on Superset 5.0:
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? To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
This looks like a margin/layout regression rather than a chart-data issue. If the x-axis title is getting clipped in 5.0, I would first check whether the default title margin changed or became too small. Increasing the margin a bit usually fixes this kind of cropping without changing chart behavior. A regression test with a long axis title would probably be useful here too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
X-axis titles are cropped in to half and fully visible in superset5.0
Beta Was this translation helpful? Give feedback.
All reactions