Skip to content

Commit

Permalink
fix(core): change default Pie chart display to DONUT
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Nov 29, 2024
1 parent 4b6aef7 commit b55ad0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PieOption extends ChartOption implements WithLegend, WithTooltip {
private LegendOption legend = LegendOption.builder().build();

@Builder.Default
private PieGraphStyle graphStyle = PieGraphStyle.PIE;
private PieGraphStyle graphStyle = PieGraphStyle.DONUT;

private String colorByColumn;

Expand Down

0 comments on commit b55ad0a

Please sign in to comment.