@@ -22,16 +22,13 @@
},
data() {
-
+
return {
aa:0
}
onLoad() {
methods: {
@@ -1,6 +1,5 @@
<template>
<view class="content">
<view @click="echarts.onClick" :prop="option" :change:prop="echarts.updateEcharts" id="echarts2"
class="echarts"></view>
@@ -38,7 +37,7 @@
text: '{val|' + (parseInt(this.bindData.alarm_count) + parseInt(this.bindData
.event_count) + parseInt(this.bindData.hidden_danger_count)) + '}\n{name|' +
title + '}',
- top: '30%',
+ top: '27%',
left: 'center',
textStyle: {
rich: {