-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
1852 persistent click via select points #2944
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
2fbaaaa
Tracer-bullet impl of fast click-to-select [1852]
rmoestl 346bad9
Set correct blank outlines path in case of zero select polygons [1852]
rmoestl 4f8dd92
Fix select_test.js Jasmine tests [1852]
rmoestl 6a87769
Add click-to-select specific tests to select_test.js [1852]
rmoestl 2d59365
Make click-to-select work in pan/zoom dragmodes [1852]
rmoestl 5a13573
Introduce layout attribute 'clickmode' [1852]
rmoestl d3b4a0f
Simplify signature of selection testers' contains function [1852]
rmoestl 36145df
Support click-to-select for histograms [1852]
rmoestl 73e5085
Fix click-to-select bug when clearing selection with Shift [1852]
rmoestl 1a89040
Enable click-to-select for scattergl in pan/zoom mode [1852]
rmoestl a6e49fd
Add click-to-select support to box plots [1852]
rmoestl bb44b6d
Fix bug when clearing selections and add/subtract mode on [1852]
rmoestl 48a0a36
Test violin trace type's support for click-to-test [1852]
rmoestl 4639718
Add click-to-select support to ohlc and candlestick [1852]
rmoestl 497747b
Add click-to-select support to geo base plot [1852]
rmoestl 744ab56
Add click-to-select support to mapbox and scattermapbox [1852]
rmoestl 7da973b
Add @flaky flag to click-to-select tests [1852]
rmoestl ee5f990
Reactivate unhover on mouseout event in geo base plot [1852]
rmoestl 6ac1a08
Add click-to-select support to scattergeo [1852]
rmoestl e11faf5
Add click-to-select support to ternary base plot [1852]
rmoestl bef47a3
Add test of scattercarpet's click-to-select support [1852]
rmoestl c394a8b
Add click-to-select support to polar base plot [1852]
rmoestl 5b08a2c
Add testing scatterpolargl's click-to-select support [1852]
rmoestl e763964
Add click-to-select support to splom [1852]
rmoestl 41e3ba5
Activate persistent selection for ternary plots [1852]
rmoestl 6a2ae3b
Refine click-to-select TODO comments that'll be solved later [1852]
rmoestl e7c2240
Clean up box' custom eventData function [1852]
rmoestl 23024b2
Call click-to-select's isPointOrBinSelected as late as possible [1852]
rmoestl cbd9f07
Refactor selection testing namings and structure [1852]
rmoestl 7eba640
Add comment for multiTester's contains function [1852]
rmoestl 92ee0fa
Remove two obsolete comments from cartesian/select.js [1852]
rmoestl 3073f61
Merge branch 'master' into 1852-persistent-click-via-selectPoints
rmoestl 3767ce2
Fix test-syntax linting errors in select_test.js [1852]
rmoestl 8a4fc99
Fix further test-syntax linting errors in select_test.js [1852]
rmoestl db3e126
Fix for-loop bug in cartesian/select.js caught by ESLint [1852]
rmoestl b3984f7
Adapt description of of `clickmode` attribute [1852]
rmoestl 2f7ad27
Simplify check if clicked point is the sole selected point [1852]
rmoestl d7c1434
Flag click-to-select tests of gl-based traces with @gl [1852]
rmoestl e895efd
Rename variable in `lib/select.js` [1852]
rmoestl 60317b1
Adapt uninitialized var declarations in click-to-select code [1852]
rmoestl 61b1a32
Add 'none' as an extra flag to clickmode [1852]
rmoestl e460e46
Simplify code for coercing selection cache state [1852]
rmoestl 2ef3fce
Resolve TODO in cartesian/select.js regarding binned traces [1852]
rmoestl ac4b909
Remove lib/select.js and integrate code in cartesian/select.js [1852]
rmoestl 05b50b9
Fix mapbox click-to-select bug caused by multiple click listeners [1852]
rmoestl 88e9993
Fix testing click-to-select is inactive if clickmode is 'event' [1852]
rmoestl f247d93
Ensure 'plotly_click' is fired after 'plotly_selected' [1852]
rmoestl 90ba209
Replace dynamic CI tags with static ones in select_test.js [1852]
rmoestl 2bc582b
Apply @noCI tag to mapbox tests in select_test.js [1852]
rmoestl 96fcdd7
Minor change: move helper method in select_test.s [1852]
rmoestl a5a90f9
Add a comment to select_test.js test [1852]
rmoestl 87d0497
Default hovermode to closest if clickmode is select [1852]
rmoestl 30789dd
Remove :hocho: obsolete polygon.multitester function [1852]
rmoestl cc2c9ba
Merge branch 'master' into 1852-persistent-click-via-selectPoints
rmoestl 32aa219
Simplify clickmode / hovermode coercion code [1852]
rmoestl b6bd813
Not throw error for no longer valid polygon.tester argument [1852]
rmoestl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.