plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.89k stars 281 forks source link

pie chart supports RGBAColor #600

Closed wangjiawen2013 closed 4 months ago

wangjiawen2013 commented 4 months ago

Make pie chart support RGBAColor, which is very usefull when overlaying multi-layers plots. This will solve the issue: https://github.com/plotters-rs/plotters/issues/597

10ne1 commented 4 months ago

Hello @wangjiawen2013

Something appears to be wrong with your branches: you are targeting the next-release-devel, yet your commits are on top of master, that is why you get 168 commits in this PR

Can you please rebase? :)

wangjiawen2013 commented 4 months ago

Ok