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] Zoom visualization / overview #15383

Open
JCQuintas opened this issue Nov 12, 2024 · 0 comments
Open

[charts] Zoom visualization / overview #15383

JCQuintas opened this issue Nov 12, 2024 · 0 comments
Labels
component: charts This is the name of the generic UI component, not the React module! design This is about UI or UX design, please involve a designer new feature New feature or request plan: Pro Impact at least one Pro user

Comments

@JCQuintas
Copy link
Member

JCQuintas commented Nov 12, 2024

1. Slider

SCR-20241112-ueys

Is a helper component that allows the visualisation of the current zoom state. Usually shown as a Slider which is often called a Brush as well. It works good for line charts and series data, is a bit odd for scatter data, but can work as well if the axis are properly formatted.

Examples: echarts, visx brush, victory, scichart

Takes:

  • 🟢 Allows for easy visualisation of zoomed data
  • 🟡 Not so great for scatter, but sufficient as a first effort
  • 🟡 Will require "drag and drop" implementation, maybe use from other packages?

Related:

2. Mini map

SCR-20241112-ufei

Works better on non linear data, like scatter charts, but would require a different implementation.

Examples: visx zoom

  • 🟢 Specialised for scattered data
  • 🔴 Specialised for scattered data 🙃
    • We should probably skip it for now and implement if necessary only

Originally posted by @JCQuintas in #12503 (comment)

Related:

Search keywords:

@github-actions github-actions bot added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Nov 12, 2024
@JCQuintas JCQuintas added new feature New feature or request component: charts This is the name of the generic UI component, not the React module! design This is about UI or UX design, please involve a designer plan: Pro Impact at least one Pro user and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Nov 12, 2024
@JCQuintas JCQuintas changed the title Zoom Visualisation / Overview [charts] Zoom Visualisation / Overview Nov 12, 2024
@JCQuintas JCQuintas changed the title [charts] Zoom Visualisation / Overview [charts] Zoom visualisation / overview Nov 12, 2024
@joserodolfofreitas joserodolfofreitas changed the title [charts] Zoom visualisation / overview [charts] Zoom visualization / overview Nov 12, 2024
@joserodolfofreitas joserodolfofreitas moved this to Next in queue in MUI X public roadmap Nov 12, 2024
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! design This is about UI or UX design, please involve a designer new feature New feature or request plan: Pro Impact at least one Pro user
Projects
Status: Next in queue
Development

No branches or pull requests

1 participant