This commit is contained in:
Shikong 2023-07-20 09:55:10 +08:00
parent c1dcf44aca
commit ccb2791fe7

View File

@ -63,7 +63,7 @@ const chart = reactive({
}, },
yAxis: { yAxis: {
type: 'value', type: 'value',
boundaryGap: [0, '100%'], boundaryGap: false,
splitLine: { splitLine: {
show: false show: false
}, },
@ -82,6 +82,9 @@ const chart = reactive({
left: 85, left: 85,
containLabel: false containLabel: false
}, },
legend: {
left: 'right'
},
series: [ series: [
{ {
name: '上传', name: '上传',