未验证 提交 b9b7e705 编写于 作者: P Peter Pan 提交者: GitHub

fix: PR Curve chart Y axis adaptive values (#756) (#773)

上级 3d995461
...@@ -5,13 +5,7 @@ export const options = { ...@@ -5,13 +5,7 @@ export const options = {
tooltip: { tooltip: {
position: ['10%', '100%'] position: ['10%', '100%']
}, },
xAxis: {
min: 0,
max: 1
},
yAxis: { yAxis: {
min: 0,
max: 1,
splitNumber: 5 splitNumber: 5
} }
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册