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 #603

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