plotly / plotly/react-plotly.js
How to Return Data When Brushing the Axis of Parallel Coordinate Plot
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 138
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 4
Description
Hello,
I've implemented a parallel coordinate plot and want to enhance it by updating another component based on the results of brushing. Specifically, when I brush over the plot, I’d like to retrieve the data associated with the highlighted lines and use that to update another component.
I noticed that only the onRestyle event is triggered during brushing, but it doesn’t provide the selected data.
Could anyone help me figure out how to achieve this functionality?
Thank you!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file, test, or entry point. First clarify whether the desired outcome is a supported brushing callback or documentation of an existing approach, then inspect the component's event handling and parallel-coordinate examples. Done should be a maintainer-approved way to obtain brushed data and use it to update another component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100