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.
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
#1008 split tree and group into subtrees by state #1105
base: master
Are you sure you want to change the base?
#1008 split tree and group into subtrees by state #1105
Changes from 11 commits
4ee5552
5c4005e
3f38f81
c983388
5db49f9
bb4ff70
2c2d57a
e30fb80
8b847ea
59e7629
2870aa3
01dff42
7362dee
c220beb
cb00571
55576fd
741430a
0181e5b
dd46eca
71f8f7f
00a5c9b
e6dc367
f685295
7aba909
2b19894
4d099ef
ed3fc76
9cb34cb
b8219b2
c0931f6
dfdaf13
4ca0ce8
2fb9849
fffadd7
e04b689
d009829
bbbb57a
61065fd
b59f161
5f86e0b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Let's revisit this, and exactly how we're using d3 to update the DOM (e.g. transitions) once the algorithm is working correctly
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.
Update on this - the d3 transition is working reasonably well for turning the toggle off. For turning it on, it still looks a bit jerky.
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.
@jameshadfield, if you feel we are at this point, do you have any thoughts on why the transition is still not smooth when enabling the toggle (though it is smooth at all other times)?
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.
I'll look into this shortly, as I do think we're at this point 😄