【fix:bug87654】-将图例权限修改成实线

This commit is contained in:
fengchenchen
2024-07-30 19:28:05 +08:00
parent b649c9706d
commit 468c7c3460
2 changed files with 6 additions and 0 deletions
@@ -240,6 +240,9 @@ export default {
},
legend: {
data: [ '预估收入金额', '确认收入金额', '开票金额', '到账金额'],
lineStyle: {
type: 'solid'
},
right: '2%'
},
grid: {
@@ -224,6 +224,9 @@ export default {
},
legend: {
data: ['预估收入金额', '确认收入金额', '开票金额', '到账金额'],
lineStyle: {
type: 'solid'
},
right: '2%'
},
grid: {