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

Coordinate Metrics Table Values with Plotly Transforms #178

Open
iporollo opened this issue Apr 13, 2022 · 0 comments
Open

Coordinate Metrics Table Values with Plotly Transforms #178

iporollo opened this issue Apr 13, 2022 · 0 comments
Labels
good first issue Good for newcomers react

Comments

@iporollo
Copy link
Contributor

Problem

The Plotly chart can be transformed (e.g. zoomed in / out) to analyze data. When a user interacts with the chart, we don't edit the table associated with the chart in the user interface.

Solution

When a certain section of the Plotly chart is selected, only the data points in that section should show in the table below.

Requirements

Determine the callback that Plotly sends when a user selects a certain part of the Plotly graph. Filter the data displayed in the chart accordingly based on what is received from the callback.

Additional Context

image

Questions, or need help getting started?

Feel free to ask below, or ping us on Slack

@iporollo iporollo added good first issue Good for newcomers react labels Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers react
Projects
None yet
Development

No branches or pull requests

1 participant