Skip to content

Commit

Permalink
fix: remove the pie chart minShowLabelAngle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky-FE committed May 11, 2023
1 parent 0fbe6dc commit 5113943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"description": "my apitable widget chart",
"engines": {
"node": ">=8.x"
Expand Down
1 change: 0 additions & 1 deletion src/model/echarts_pie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class EchartsPie extends EchartsBase {
series: {
type: 'pie',
radius: '70%',
minShowLabelAngle: 2,
itemStyle: {
borderColor: '#fff',
borderWidth: 1,
Expand Down

0 comments on commit 5113943

Please sign in to comment.