This commit is contained in:
xing 2020-06-30 16:04:42 +08:00
parent 647be6fd8f
commit 0cc623c98b

View File

@ -26,16 +26,16 @@
}, },
tooltip: { tooltip: {
trigger: 'axis', trigger: 'axis',
axisPointer: { axisPointer: {
type: 'cross', type: 'cross',
label: { label: {
backgroundColor: '#E9EEF3' backgroundColor: '#E9EEF3'
}
} }
} },
}, grid: {
grid: { left: '3%',
left: '3%', right: '4%',
right: '4%',
bottom: '3%', bottom: '3%',
containLabel: true containLabel: true
}, },