黔西南大屏

This commit is contained in:
yanran200730
2023-04-24 10:34:41 +08:00
parent f5a65e98be
commit 4d8fd26ddd
5 changed files with 1048 additions and 46 deletions

View File

@@ -91,15 +91,15 @@ export default {
}
}
},
legend, series, ...options,
color: colors,
grid: {
left: '0%',
right: '0%',
bottom: '0%',
top: '40px',
top: '26px',
containLabel: true
}
},
legend, series, ...options,
color: colors
}
return ops
},
@@ -197,7 +197,6 @@ export default {
},
mounted() {
this.$nextTick(() => {
console.log(this.$refs[this.AiEchart])
this.watchResize()
this.initChart()
this.getChartData()