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

Handle seriescolor option in pie plot recipe #4208

Merged
merged 1 commit into from
May 25, 2022

Conversation

nick4f42
Copy link
Contributor

Fixes #3214.

As described in the issue, the pie recipe didn't handle seriescolor. This commit adds a couple lines of code to cycle through seriescolor for each pie slice.

@BeastyBlacksmith
Copy link
Member

Welcome 🙂. You may check out #3503, since this is your first contribution.

Otherwise this PR looks good to me. It would be a good addition, to add some tests to ensure it stays this way.

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #4208 (2ff5c25) into master (de96717) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4208   +/-   ##
=======================================
  Coverage   77.88%   77.89%           
=======================================
  Files          28       28           
  Lines        7081     7083    +2     
=======================================
+ Hits         5515     5517    +2     
  Misses       1566     1566           
Impacted Files Coverage Δ
src/recipes.jl 64.35% <100.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de96717...2ff5c25. Read the comment docs.

@BeastyBlacksmith BeastyBlacksmith merged commit ddd6d0a into JuliaPlots:master May 25, 2022
@nick4f42 nick4f42 deleted the fix-pie-colors branch May 25, 2022 16:31
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] Colors are not assigned to pie chart properly
2 participants