Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Area charts should be ordered automatically by the series used on the x-axis first. #9991

Open
TuringLovesDeathMetal opened this issue May 7, 2024 · 1 comment
Labels
✨ feature-request Request for a new feature or functionality

Comments

@TuringLovesDeathMetal
Copy link
Contributor

Description

Today, if you don't add the correct ordering in an area chart, then it looks like it's broken and zig-zagging. There isn't a scenario I can think of where you'd want your area chart to be zig-zagging.

Instead of requiring users to use the correct ordering in the results table, instead, we should automatically sort by the x-axis first when plotting the data (similar to how we do this for line charts).

Here's more details on the issue: #9972

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature-request Request for a new feature or functionality
Projects
None yet
Development

No branches or pull requests

2 participants