Compare commits

...

4 Commits

Author SHA1 Message Date
029a2fa6d7 Merge pull request 'projects/mesxc-zhp' (#190) from projects/mesxc-zhp into projects/mesxc-test
Reviewed-on: #190
2024-01-26 08:39:22 +08:00
‘937886381’
bd0636b458 修改bug 2024-01-26 08:37:06 +08:00
‘937886381’
77361c3d5f Merge branch 'projects/mesxc-test' into projects/mesxc-zhp 2024-01-25 17:57:06 +08:00
‘937886381’
41e0d34551 修改bug 2024-01-25 17:56:37 +08:00
4 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-01-25 14:18:42
* @LastEditTime: 2024-01-25 17:55:53
* @Description:
-->
<template>

View File

@ -1,8 +1,8 @@
<!--
* @Author: zwq
* @Date: 2022-01-21 14:43:06
* @LastEditors: zwq
* @LastEditTime: 2022-01-24 09:12:18
* @LastEditors: zhp
* @LastEditTime: 2024-01-25 17:41:44
* @Description:
-->
<template>
@ -143,9 +143,9 @@ export default {
}
},
mounted() {
this.$nextTick(() => {
this.initChart()
})
// this.$nextTick(() => {
// // this.initChart()
// })
},
beforeDestroy() {
if (!this.chart) {

View File

@ -149,8 +149,8 @@ export default {
}
},
grid: {
left: "3%",
right: "5%",
left: "6%",
right: "6%",
bottom: "3%",
containLabel: true
},
@ -247,7 +247,7 @@ export default {
// fontSize: 10,
align: "right",
},
position: 'left',
// position: 'left',
alignTicks: true,
axisLine: {
show: true,

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-01-25 10:13:51
* @LastEditTime: 2024-01-25 17:55:51
* @Description:
-->
<template>