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

Correlation volcano improvements #2659

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Correlation volcano improvements #2659

wants to merge 4 commits into from

Conversation

creilly8
Copy link
Contributor

Description

Closes issue #2653 .

Changes:

  1. Tooltip: Correlation appears first
  2. Rho is added to the tooltip and x axis label
  3. Animation for circles

Test with all pharma example.

Checklist

Check each task that has been performed or verified to be not applicable.

  • Tests: added and/or passed unit and integration tests, or N/A
  • Todos: commented or documented, or N/A
  • Notable Changes: updated release.txt, prefixed a commit message with "fix:" or "feat:", added to an internal tracking document, or N/A

@creilly8 creilly8 requested a review from xzhou82 January 24, 2025 18:17
@creilly8 creilly8 linked an issue Jan 24, 2025 that may be closed by this pull request
.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)
Copy link
Collaborator

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)

Copy link
Contributor Author

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.

Copy link
Collaborator

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.

xzhou82
xzhou82 previously approved these changes Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

corrVol
2 participants