-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Selection box #4242
base: develop
Are you sure you want to change the base?
Selection box #4242
Conversation
A priori, I didn't encounter any bugs at least after a few tests. |
considering the line width option - since |
@softwareCobbler Indeed and it's already very good like that, no problem 😌 @mojoaxel Just by the way and nothing to do with this new interaction option but it seems that "zoomSpeed" option is obsolete... but maybe I missed something? |
Got the
|
lib/timeline/component/ItemSet.js
Outdated
@@ -541,6 +541,7 @@ ItemSet.prototype.show = function() { | |||
|
|||
/** | |||
* Activates the popup timer to show the given popup after a fixed time. | |||
* @param {any} popup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cherry-picked this into #4256 to provide a more logical separation of concern (it's a bit out of place in this PR)
@softwareCobbler Please consider moving this pull-request over to vis-network! Also we are always looking for people that might be interesting in helping maintaining 😉 |
Haha thought it was DOA--when I can scrape together some time I'd be happy
to.
Thanks,
Dave R.
…On Tue, Jul 23, 2019, 7:41 AM Alexander Wunschik ***@***.***> wrote:
@softwareCobbler <https://github.com/softwareCobbler> Please consider
moving this pull-request over to vis-network
<https://github.com/visjs/vis-network>! Also we are always looking for
people that might be interesting in helping maintaining 😉
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4242?email_source=notifications&email_token=AEPAW2ACVLDDXO4ZWMQM46LQA34BNA5CNFSM4GT7NWR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2S7LHI#issuecomment-514192797>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEPAW2FQFAAAHQD6V3UXROLQA34BNANCNFSM4GT7NWRQ>
.
|
This implements a "selectionBox" feature in Network's interaction module. With this option enabled, the user can press CTRL and left click and then drag a box around the canvas. Let go and it selects the nodes and/or edges within the box (there are option flags the user can set to have it select nodes / edges).
Open to feedback!
This was briefly discussed in #4233.
Thanks!