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

fix: Altair tooltip was being incorrectly applied to plots which did not accept it #19789

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

MarcoGorelli
Copy link
Collaborator

@MarcoGorelli MarcoGorelli commented Nov 14, 2024

closes #19787

An alternative would be to just never pass tooltip in the generic case, but I think inspect.signature is safe enough

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (5f11dd9) to head (06cdb97).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main   #19789       +/-   ##
===========================================
+ Coverage   59.87%   79.56%   +19.69%     
===========================================
  Files        1545     1545               
  Lines      213433   213442        +9     
  Branches     2442     2444        +2     
===========================================
+ Hits       127791   169827    +42036     
+ Misses      85092    43065    -42027     
  Partials      550      550               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@alexander-beedie alexander-beedie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎👍 📈

@alexander-beedie alexander-beedie merged commit f45c9e9 into pola-rs:main Nov 15, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Altair tooltip incorrectly applied
2 participants