refactor(性能测试): 性能测试图表显示优化

This commit is contained in:
CaptainB 2021-10-27 15:05:58 +08:00 committed by 刘瑞斌
parent aee00fa827
commit c78f9fa178
3 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,7 @@ export default {
yAxisIndex: yAxisIndex,
smooth: true,
sampling: 'lttb',
showSymbol: false,
});
this.seriesData = series;

View File

@ -648,6 +648,7 @@ export default {
yAxisIndex: yAxisIndex,
smooth: true,
sampling: 'lttb',
showSymbol: false,
animation: !this.export,
};
this.seriesData.push(items);

View File

@ -498,6 +498,7 @@ export default {
data: d,
smooth: true,
sampling: 'lttb',
showSymbol: false,
animation: !this.export,
yAxisIndex: yAxisIndex[name]
};