refactor(性能测试): 性能测试图表显示优化
This commit is contained in:
parent
aee00fa827
commit
c78f9fa178
|
@ -286,6 +286,7 @@ export default {
|
|||
yAxisIndex: yAxisIndex,
|
||||
smooth: true,
|
||||
sampling: 'lttb',
|
||||
showSymbol: false,
|
||||
});
|
||||
|
||||
this.seriesData = series;
|
||||
|
|
|
@ -648,6 +648,7 @@ export default {
|
|||
yAxisIndex: yAxisIndex,
|
||||
smooth: true,
|
||||
sampling: 'lttb',
|
||||
showSymbol: false,
|
||||
animation: !this.export,
|
||||
};
|
||||
this.seriesData.push(items);
|
||||
|
|
|
@ -498,6 +498,7 @@ export default {
|
|||
data: d,
|
||||
smooth: true,
|
||||
sampling: 'lttb',
|
||||
showSymbol: false,
|
||||
animation: !this.export,
|
||||
yAxisIndex: yAxisIndex[name]
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue