projects/mesxc-zhp #190

병합
gtz217 projects/mesxc-zhp 에서 projects/mesxc-test 로 3 commits 를 머지했습니다 2024-01-26 08:39:23 +08:00
4개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제

파일 보기

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

파일 보기

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

파일 보기

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

파일 보기

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