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

Cursor synchronisation when multiple charts are displayed #256

Open
thomasdanan opened this issue Mar 3, 2021 · 1 comment
Open

Cursor synchronisation when multiple charts are displayed #256

thomasdanan opened this issue Mar 3, 2021 · 1 comment
Labels
enhancement New feature or request priority:medium Medium priority issues, should only be postponed if no other option

Comments

@thomasdanan
Copy link

Component:

'chart'

Why this is needed:

When looking at multiple charts at the same time, it could be interesting to have a synchronized cursor in all charts in order to ease the correlation between charts. More or less like what Grafana is doing in a Dashboard containing multiple charts.

What should be done:

We need to have a way to synchronize charts cursor so that when the user change cursor position in one chart, other charts cursor move to the same position

Implementation proposal (strongly recommended):

Test plan:

@thomasdanan thomasdanan added the enhancement New feature or request label Mar 3, 2021
@Cuervino
Copy link
Contributor

Cuervino commented Mar 3, 2021

  1. A prerequisite is that the charts share the same time x-axis.
  2. An example in Grafana:
    image

@thomasdanan thomasdanan added the priority:medium Medium priority issues, should only be postponed if no other option label Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:medium Medium priority issues, should only be postponed if no other option
Projects
None yet
Development

No branches or pull requests

2 participants