Commit 94de0da8 authored by liuzhaoh's avatar liuzhaoh

优化仪表盘间隔值

parent d5e2c6c8
......@@ -384,7 +384,7 @@ export const getGaugeOption = (option) => {
radius: "90%",
min: option.min || 0,
max: option.max || 100,
splitNumber: 8,
splitNumber: 5,
axisLine: {
lineStyle: {
width: 30,
......
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