提交 b20e3e4d 编写于 作者: P ph

fix issue that step trace line chart can not show max value

上级 8585e015
...@@ -272,6 +272,7 @@ export default { ...@@ -272,6 +272,7 @@ export default {
type: 'category', type: 'category',
data: this.steps.map((val, index) => index + 1), data: this.steps.map((val, index) => index + 1),
name: 'step', name: 'step',
max: this.steps.length,
}, },
yAxis: { yAxis: {
type: 'value', type: 'value',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册