【fix:bug87654】-将图例权限修改成实线
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user