fix: 修复npm折线图堆叠bug

This commit is contained in:
chenjinsong
2023-03-14 17:58:27 +08:00
parent 9e2f1a02d6
commit 823c761adf

View File

@@ -533,7 +533,7 @@ export default {
color: chartColor3[t.positioning],
width: 1
},
stack: t.name !== 'network.total' ? 'network.total' : '',
stack: t.name !== this.$t('network.total') ? this.$t('network.total') : '',
areaStyle: {
opacity: 0.1,
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [