调整
This commit is contained in:
parent
c1dcf44aca
commit
ccb2791fe7
@ -63,7 +63,7 @@ const chart = reactive({
|
||||
},
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
boundaryGap: [0, '100%'],
|
||||
boundaryGap: false,
|
||||
splitLine: {
|
||||
show: false
|
||||
},
|
||||
@ -82,6 +82,9 @@ const chart = reactive({
|
||||
left: 85,
|
||||
containLabel: false
|
||||
},
|
||||
legend: {
|
||||
left: 'right'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: '上传',
|
||||
|
Loading…
Reference in New Issue
Block a user