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

Reset splom selectBatch and unselectBatch on updates #4595

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

etpinard
Copy link
Contributor

fixes #4588

before: https://codepen.io/etpinard/pen/zYGKbVv (try selecting points, then selecting no points)
after: https://codepen.io/etpinard/pen/yLNareB (this one should reset the selected points)

cc @archmoj

@etpinard etpinard added bug something broken status: reviewable labels Feb 20, 2020
Comment on lines +1875 to +1876
selectBatch: [],
unselectBatch: []
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before, these used to remain [1] and [0, 2] respectively.

@archmoj
Copy link
Contributor

archmoj commented Feb 20, 2020

Well done. 💃
This PR closes 2000th plotly.js issue!
🥇

@etpinard etpinard merged commit cef9304 into master Feb 20, 2020
@etpinard etpinard deleted the fix-splom-clear-select-via-api branch February 20, 2020 22:42
@etpinard
Copy link
Contributor Author

image

haha, good eye!

@archmoj
Copy link
Contributor

archmoj commented Feb 20, 2020

@etpinard
Next stop 2020! 🏁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SPLOM deselect not un-highlighting points
2 participants