-
Notifications
You must be signed in to change notification settings - Fork 5
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
Correlation volcano improvements #2659
base: master
Are you sure you want to change the base?
Conversation
.on('click', () => { | ||
interactions.launchSampleScatter(item) | ||
}) | ||
|
||
new ItemToolTip(item, circle, this.dom.tip, settings) | ||
//Animate the circle to its final radius | ||
circle.transition().duration(500).attr('r', item.radius) |
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.
it should transition the x/y location as well (assuming it uses enter/update)
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.
This is addressed in 95486e0.
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.
this x/y transitioning starts from top, is not what i mean. it should use the previous x/y values of each dot.
Description
Closes issue #2653 .
Changes:
Test with all pharma example.
Checklist
Check each task that has been performed or verified to be not applicable.