Skip to content

Commit

Permalink
fix: add minAngle to chart
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Nov 7, 2024
1 parent 9086ce7 commit 5ed4b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/charts/HistoryAllPrintStatusChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default class HistoryAllPrintStatusChart extends Mixins(BaseMixin, ThemeM
type: 'pie',
data: this.groupedPrintStatusArray,
avoidLabelOverlap: false,
minAngle: 5,
radius: ['35%', '60%'],
emphasis: {
itemStyle: {
Expand Down

0 comments on commit 5ed4b13

Please sign in to comment.