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

PR for v.1.10.2 #210

Merged
merged 8 commits into from
Nov 29, 2024
Merged

PR for v.1.10.2 #210

merged 8 commits into from
Nov 29, 2024

Conversation

hcpchris
Copy link
Collaborator

  • BUGFIX: Fixed type coercion for plot_options.series.data_labels to allow for series type-specific
    label label classes. Closes BUG: Silently ignoring distance property for data Labels in pie charts #209.
  • BUGFIX: Modified the default Referer and User-Agent strings for use when exporting charts.
  • DOCS: Added some additional documentation around the User-Agent and Referer support for use when
    exporting charts.
  • ENHANCEMENT: Some minor refactoring.

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 66.16052% with 156 lines in your changes missing coverage. Please review.

Project coverage is 87.89%. Comparing base (95874cf) to head (8a036c5).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
highcharts_core/chart.py 55.07% 60 Missing and 2 partials ⚠️
highcharts_core/headless_export.py 57.85% 50 Missing and 9 partials ⚠️
highcharts_core/options/plot_options/series.py 76.92% 15 Missing and 6 partials ⚠️
highcharts_core/utility_classes/data_labels.py 84.78% 9 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
- Coverage   87.92%   87.89%   -0.03%     
==========================================
  Files         210      210              
  Lines       31195    31225      +30     
  Branches     2402     2409       +7     
==========================================
+ Hits        27427    27445      +18     
- Misses       2800     2808       +8     
- Partials      968      972       +4     

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

@hcpchris hcpchris merged commit bf4f2cd into master Nov 29, 2024
2 of 4 checks passed
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.

BUG: Silently ignoring distance property for data Labels in pie charts
1 participant