Commit 599cd8be authored by “yiyousong”'s avatar “yiyousong”

pref:修改反馈记录图标最大值

parent 26e91263
...@@ -963,7 +963,7 @@ export default { ...@@ -963,7 +963,7 @@ export default {
}, },
angleAxis: { angleAxis: {
show: false, // 隐藏刻度 show: false, // 隐藏刻度
max: 180, max: Math.max(...values) * 1.5, // 控制柱子高度
startAngle: 90, startAngle: 90,
}, },
radiusAxis: { radiusAxis: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment