@@ -340,7 +340,7 @@ export default { | |||||
title: { | title: { | ||||
text: this.echartsTitle, | text: this.echartsTitle, | ||||
left: 1, | left: 1, | ||||
right: 20, | |||||
right: 25, | |||||
bottom: 20, | bottom: 20, | ||||
top: "3%", | top: "3%", | ||||
textStyle: { | textStyle: { | ||||
@@ -349,15 +349,15 @@ export default { | |||||
} | } | ||||
}, | }, | ||||
legend: { | legend: { | ||||
width: "60%", | |||||
width: "65%", | |||||
orient: "horizontal", | orient: "horizontal", | ||||
right: 'right', | right: 'right', | ||||
top: "3%", | |||||
bottom: "3%", | |||||
top: 1, | |||||
bottom: "1%", | |||||
itemHeight: 12, | itemHeight: 12, | ||||
itemWidth: 12, | itemWidth: 12, | ||||
itemGap: 2, | |||||
align: 'auto', | |||||
itemGap: 10, | |||||
align: 'left', | |||||
selectedMode: false, | selectedMode: false, | ||||
data: [ | data: [ | ||||