如图,蓝色背景是容器,但是echarts图上下左右还有很多空间.导致显示不够.怎么铺满一点?
tooltip: {
formatter: "{a} <br/>{b} : {c}%"
},
grid: {
top: 0,
bottom: 0
},
toolbox: {
show: false
},
pointer: {
length: '10%',
width: 4,
color: 'auto'
},
series: [{
name: '总数',
type: 'gauge',
max: 100,
detail: {
formatter: '{value}',
offsetCenter: [0, '10%'],
textStyle: {
color: 'auto',
fontSize: 12
}
},
data: [{ value: 50, name: '总数' }]
}]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…