|
@@ -89,7 +89,7 @@ export default {
|
|
return value.code === this.graphType
|
|
return value.code === this.graphType
|
|
})
|
|
})
|
|
this.echartsOption = {
|
|
this.echartsOption = {
|
|
- grid: { left: '0%', right: '5%', bottom: '0%', top: '3%', containLabel: true },
|
|
|
|
|
|
+ grid: { left: '0%', right: '2%', bottom: '0%', top: '3%', containLabel: true },
|
|
tooltip: {
|
|
tooltip: {
|
|
showDelay: 0,
|
|
showDelay: 0,
|
|
formatter: (params) => {
|
|
formatter: (params) => {
|