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

[charts] Support for ordinal axes #13046

Closed
joserodolfofreitas opened this issue May 7, 2024 · 1 comment · Fixed by #13471
Closed

[charts] Support for ordinal axes #13046

joserodolfofreitas opened this issue May 7, 2024 · 1 comment · Fixed by #13471
Labels
component: charts This is the name of the generic UI component, not the React module! new feature New feature or request waiting for 👍 Waiting for upvotes

Comments

@joserodolfofreitas
Copy link
Member

joserodolfofreitas commented May 7, 2024

Summary

Ordinal axes are essential for visualizing data where one of the axis have a specific order but don't represent continuous values (e.g., weekdays, months, quarters).

Ordinal axes prioritize order over uniform spacing. This means data points appear at consistent intervals on the chart regardless of the actual time or distance between them. Consequently, missing data periods, like nights or weekends, won't cause gaps in the visual representation.

E.g. Stock charts usually are usually ordinal by default.

Motivation

  • Enables the visualization of a wider range of data types, including time series data, survey responses, and other categorical information.
  • Improves the accuracy and clarity of charts by ensuring proper representation of ordered categories.
  • Enhances user experience by providing a more intuitive way to understand the relationships between data points.

Benchmark

Search keywords:

@joserodolfofreitas joserodolfofreitas added new feature New feature or request waiting for 👍 Waiting for upvotes component: charts This is the name of the generic UI component, not the React module! labels May 7, 2024
Copy link

⚠️ This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

@joserodolfofreitas: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! new feature New feature or request waiting for 👍 Waiting for upvotes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant