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

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.

wangjiawen2013 commented 4 months ago

This will solve the issue: https://github.com/plotters-rs/plotters/issues/597

AaronErhardt commented 4 months ago

Since this is a breaking change, I cannot merge this into master but only next-relase-devel. Can you change the target branch?

wangjiawen2013 commented 4 months ago

Ok, I will change the target branch. By the way, what is "breaking change" ? Will you merge changes which are not "breaking change" in master (such as evcxr_figure_with_saving) to "next-release-devel" ?If not, There will be more and more difference between master and next-release-devel and the features/enhancements in master will not appear in next-release-devel.

wangjiawen2013 commented 4 months ago

Ok, I will change the target branch. By the way, what is "breaking change" ? Will you merge changes which are not "breaking change" in master (such as evcxr_figure_with_saving) to "next-release-devel" ?If not, There will be more and more difference between master and next-release-devel and the features/enhancements in master will not appear in next-release-devel.

AaronErhardt commented 4 months ago

By the way, what is "breaking change"?

https://doc.rust-lang.org/cargo/reference/semver.html