Skip to content

73 new feature request add support for pie chart - #77

Merged
jim-smith merged 6 commits into
mainfrom
73-new-feature-request-add-support-for-pie-chart
Aug 30, 2026
Merged

73 new feature request add support for pie chart#77
jim-smith merged 6 commits into
mainfrom
73-new-feature-request-add-support-for-pie-chart

Conversation

@mahaalbashir

Copy link
Copy Markdown
Collaborator

This PR introduces a new R function, acro_pie(), which calls the underlying Python acro pie() function.

Certain parameters require pre-processing before being passed to the pie() function. Specifically, the border and lty parameters are bundled into a named list so they can be sent to pie() as a dictionary, matching pie() expected input data type

@mahaalbashir mahaalbashir linked an issue Aug 18, 2026 that may be closed by this pull request
@jim-smith
jim-smith self-requested a review August 30, 2026 04:40
@codecov

codecov Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.49%. Comparing base (98993b6) to head (2167d73).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files           5        5           
  Lines         314      314           
=======================================
  Hits          303      303           
  Misses         11       11           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jim-smith
jim-smith merged commit 2b19e59 into main Aug 30, 2026
13 checks passed
@jim-smith
jim-smith deleted the 73-new-feature-request-add-support-for-pie-chart branch August 30, 2026 04:48
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.

[New Feature Request] Add support for pie chart

3 participants