Added
- Added support for formatting and setting chart points via the [`ChartPoint`]
struct. This is mainly useful as the way of specifying segment colors in Pie
charts.
See the updated [Pie Chart] example in the user guide.
- Added support for formatting and setting chart markers via the [`ChartMarker`]
struct.
- Added [`Chart::set_rotation()`] and [`Chart::set_hole_size()`] methods for Pie and Doughnut charts.
- Added support to differentiate between `Color::Default` and
`Color::Automatic` colors for Excel elements. These are usually equivalent
but there are some cases where the "Automatic" color, which can be set at a
system level, is different from the Default color.
[Pie Chart]: https://rustxlsxwriter.github.io/examples/pie_chart.html
[`ChartPoint`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/chart/struct.ChartPoint.html
[`ChartMarker`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/chart/struct.ChartMarker.html
[`Chart::set_rotation()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/chart/struct.Chart.html#method.set_rotation
[`Chart::set_hole_size()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/chart/struct.Chart.html#method.set_hole_size