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

Ensure that Design does not override properties on HoloViews pane #6051

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

philippjfr
Copy link
Member

Fixes an issue reported in #6026 where applying a Design to a HoloViews pane would override any properties that are specific to the underlying plot pane, e.g. the Plotly pane applies a custom stylesheet to fix the toolbar in a shadow DOM context, this was lost because the Design would ask the HoloViews pane to process the overridden defaults which did not know about any custom stylesheets that the Plotly pane applied.

@philippjfr philippjfr added this to the v1.3.5 milestone Dec 15, 2023
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b9b431b) 84.66% compared to head (899e842) 84.68%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6051      +/-   ##
==========================================
+ Coverage   84.66%   84.68%   +0.01%     
==========================================
  Files         291      291              
  Lines       43816    43834      +18     
==========================================
+ Hits        37099    37119      +20     
+ Misses       6717     6715       -2     
Flag Coverage Δ
ui-tests 40.64% <30.00%> (-0.01%) ⬇️
unitexamples-tests 72.87% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@philippjfr philippjfr merged commit 46ea554 into main Dec 15, 2023
12 of 13 checks passed
@philippjfr philippjfr deleted the hv_design_fix branch December 15, 2023 12:15
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.

None yet

1 participant