Skip to content

Commit c19c8c8

Browse files
auto: apply newest APITable commit
1 parent 131e2d2 commit c19c8c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@
5050
"react-custom-scrollbars": "^4.2.1",
5151
"styled-components": ">=5.2.1",
5252
"typescript": "4.1.2"
53-
}
53+
},
54+
"browserslist": [
55+
"defaults",
56+
"not dead",
57+
"not op_mini all"
58+
]
5459
}

src/model/echarts_line.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export class EchartsLine extends EchartsBase {
9191

9292
if (this.stackType !== StackType.None) {
9393
styleOption.series.stack = 'total';
94+
styleOption.series.areaStyle = {};
9495
}
9596

9697
return styleOption;

0 commit comments

Comments
 (0)