We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131e2d2 commit c19c8c8Copy full SHA for c19c8c8
package.json
@@ -50,5 +50,10 @@
50
"react-custom-scrollbars": "^4.2.1",
51
"styled-components": ">=5.2.1",
52
"typescript": "4.1.2"
53
- }
+ },
54
+ "browserslist": [
55
+ "defaults",
56
+ "not dead",
57
+ "not op_mini all"
58
+ ]
59
}
src/model/echarts_line.ts
@@ -91,6 +91,7 @@ export class EchartsLine extends EchartsBase {
91
92
if (this.stackType !== StackType.None) {
93
styleOption.series.stack = 'total';
94
+ styleOption.series.areaStyle = {};
95
96
97
return styleOption;
0 commit comments