From 52cffc4ab8e9787a6f233295502c7c9788dddae1 Mon Sep 17 00:00:00 2001
From: fxl <473369119@qq.com>
Date: 星期二, 07 三月 2023 10:45:17 +0800
Subject: [PATCH] 3.7

---
 src/main/webapp/hxzk/plugins/apex/custom-apexcharts.js |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/main/webapp/hxzk/plugins/apex/custom-apexcharts.js b/src/main/webapp/hxzk/plugins/apex/custom-apexcharts.js
index 45e5472..97135d1 100644
--- a/src/main/webapp/hxzk/plugins/apex/custom-apexcharts.js
+++ b/src/main/webapp/hxzk/plugins/apex/custom-apexcharts.js
@@ -605,12 +605,12 @@
     }]
 }
 
-var chart = new ApexCharts(
-    document.querySelector("#polarArea-chart"),
-    polarAreaChart
-);
-chart.render();
-var times = setInterval(leida, 10000);
+//var chart = new ApexCharts(
+//    document.querySelector("#polarArea-chart"),
+//    polarAreaChart
+//);
+//chart.render();
+//var times = setInterval(leida, 10000);
 function leida() {
     $.ajax({
         url: "/hxzkoa/settongjishuju.do",
@@ -685,15 +685,15 @@
         max: 1000
     },
 };
-var wasdChart = new ApexCharts(document.getElementById('wasd'), wasdOptions);
-wasdChart.render();
+//var wasdChart = new ApexCharts(document.getElementById('wasd'), wasdOptions);
+//wasdChart.render();
 
-window.setInterval(function () {
-    wasdData.push(weizhi);
-    wasdChart.updateSeries([{
-        data: wasdData
-    }])
-}, 10000)
+//window.setInterval(function () {
+//    wasdData.push(weizhi);
+//    wasdChart.updateSeries([{
+//        data: wasdData
+//    }])
+//}, 10000)
 
 
 // Radial Chart

--
Gitblit v1.10.0