dosubot[bot] commented on issue #38778: URL: https://github.com/apache/superset/issues/38778#issuecomment-4101678596
<!-- Answer --> This looks related to recent x-axis formatting changes. [PR #38017](https://github.com/apache/superset/pull/38017) introduced adaptive smart date formatting that makes x-axis labels time-grain-aware - this changed how dates are rendered based on your selected time grain. There's also a known issue where [the last x-axis label can show a raw timestamp instead of a formatted date](https://github.com/apache/superset/pull/38083) when using smart date format, which may be contributing to readability problems. **Potential workarounds:** - If labels are being skipped due to overlap, [casting the date column to STRING and using the "ALL" interval setting](https://github.com/apache/superset/discussions/33581#discussioncomment-13271263) has been reported as a workaround - There's also a [checkbox option to force the selected time grain as the x-axis interval](https://github.com/apache/superset/pull/34595) which may give you more control over label display Could you share which time grain you're using and whether this started after upgrading to 6.1? That would help narrow down which specific change is causing the issue. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=brand-link).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/04bf8ee1-2434-40f3-af36-cc1eec667415?feedback_type=great_response&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/04bf8ee1-2434-40f3-af36-cc1eec667415?feedback_type=irrelevant_answer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/04bf8ee1-2434-40f3-af36-cc1eec667415?feedback_type=incorrect_sources&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/04bf8ee1-2434-40f3-af36-cc1eec667415?feedback_type=too_verbose&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/04bf8ee1-2434 -40f3-af36-cc1eec667415?feedback_type=hallucination&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/04bf8ee1-2434-40f3-af36-cc1eec667415?feedback_type=bug_report&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-bug_report) | [Other](https://app.dosu.dev/response-feedback/04bf8ee1-2434-40f3-af36-cc1eec667415?feedback_type=other&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=chat-badge) [](https://cursor.com/link/prompt?text=This%20looks%20related%20to%20recent%20x-axis%20formatting%20changes.%20%5BPR%20%2338017%5D%28https%3A//github.com/apache/superset/pull/38017%29%20introduced%20adaptive%20smart%20date%20formatting%20that%20makes%20x-axis%20labels%20time-grain-aware%20-%20this%20changed%20how%20dates%20are%20rendered%20based%20on%20your%20selected%20time%20grain.%0A%0AThere%27s%20also%20a%20known%20issue%20where%20%5Bthe%20last%20x-axis%20label%20can%20show%20a%20raw%20timestamp%20instead%20of%20a%20formatted%20date%5D%28https%3A//github.com/apache/superset/pull/38083%29%20when%20using%20smart%20date%20format%2C%20which%20may%20be%20contributing%20to%20readability%20problems.%0A%0A%2A%2APote ntial%20workarounds%3A%2A%2A%0A-%20If%20labels%20are%20being%20skipped%20due%20to%20overlap%2C%20%5Bcasting%20the%20date%20column%20to%20STRING%20and%20using%20the%20%22ALL%22%20interval%20setting%5D%28https%3A//github.com/apache/superset/discussions/33581%23discussioncomment-13271263%29%20has%20been%20reported%20as%20a%20workaround%0A-%20There%27s%20also%20a%20%5Bcheckbox%20option%20to%20force%20the%20selected%20time%20grain%20as%20the%20x-axis%20interval%5D%28https%3A//github.com/apache/superset/pull/34595%29%20which%20may%20give%20you%20more%20control%20over%20label%20display%0A%0ACould%20you%20share%20which%20time%20grain%20you%27re%20using%20and%20whether%20this%20started%20after%20upgrading%20to%206.1%3F%20That%20would%20help%20narrow%20down%20which%20specific%20change%20is%20causing%20the%20issue.) [](https://go.dosu.dev/discord-bot?utm_source=github&utm_medium=bot-comment&utm_ca mpaign=github-assistant&utm_content=join-discord) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/38778) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
