GitHub user starkmarkus added a comment to the discussion: Reallow non-categorical numerical x-axis for bar charts
I think this is a good feature request.\n\nMaking numeric x-values categorical fixed a real problem with overflow and odd intermediate ticks, so I would keep that as the default. But there are also valid cases where the numeric spacing matters and categorical mode changes the meaning of the chart.\n\nSo the safest compromise would be:\n\n- keep categorical as the default\n- add an opt-in way to use a continuous numeric axis\n- document the trade-off clearly\n\nThat would preserve the current fix while giving users control when they really need numeric spacing. GitHub link: https://github.com/apache/superset/discussions/41027#discussioncomment-17325804 ---- 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]
