提交 e48c9eeb 编写于 作者: C Captain.B 提交者: BugKing

fix(性能测试): 增加图表配置,采用 lttb 的 sampling 算法

Closes #2728
上级 673ec287
......@@ -468,7 +468,8 @@ export default {
name: name,
type: 'line',
data: d,
smooth: true
smooth: true,
sampling: 'lttb'
};
let seriesArrayNames = seriesArray.map(m => m.name);
if (seriesArrayNames.includes(name)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册