Skip to content

Commit

Permalink
fix: remove demo code paddingRight: 80 (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
qhm1 authored Jul 24, 2024
1 parent 77995e5 commit e8e682c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion site/examples/statistics/pie/demo/basic-donut.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const DemoPie = () => {
],
angleField: 'value',
colorField: 'type',
paddingRight: 80,
innerRadius: 0.6,
label: {
text: 'value',
Expand Down
1 change: 0 additions & 1 deletion site/examples/statistics/pie/demo/outer-label.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const DemoPie = () => {
],
angleField: 'value',
colorField: 'type',
paddingRight: 80,
label: {
text: 'value',
position: 'outside',
Expand Down

0 comments on commit e8e682c

Please sign in to comment.