Skip to content

Commit

Permalink
chart: add initial chart layout support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jun 19, 2024
1 parent 9c9a009 commit 2401f80
Show file tree
Hide file tree
Showing 23 changed files with 681 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/doc_chart_legend_set_overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() -> Result<(), XlsxError> {
chart.legend().set_position(ChartLegendPosition::Top);

// Overlay the chart legend on the plot area.
chart.legend().set_overlay();
chart.legend().set_overlay(true);

// Add the chart to the worksheet.
worksheet.insert_chart(0, 2, &chart)?;
Expand Down
2 changes: 1 addition & 1 deletion src/changelog.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#![doc = include_str!("../CHANGELOG.md")]
#![doc = include_str!("../CHANGELOG.md")]
Loading

0 comments on commit 2401f80

Please sign in to comment.