From a7c062c4c36d65428f737050cd75add7915fd4e0 Mon Sep 17 00:00:00 2001 From: weiyin Date: Tue, 20 Aug 2024 22:04:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=90=E8=90=A5=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9F=B1=E7=8A=B6=E5=9B=BE=E8=A1=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B0=81=E8=A3=85=E5=8F=8A=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Histogram.vue | 316 ++++++++++++++++++++ src/views/pageMonitor/bottomLeft/index.vue | 100 ++++--- src/views/pageMonitor/bottomRight/index.vue | 91 +----- src/views/pageMonitor/index.vue | 9 +- 4 files changed, 386 insertions(+), 130 deletions(-) create mode 100644 src/components/Histogram.vue diff --git a/src/components/Histogram.vue b/src/components/Histogram.vue new file mode 100644 index 0000000..fbca642 --- /dev/null +++ b/src/components/Histogram.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/src/views/pageMonitor/bottomLeft/index.vue b/src/views/pageMonitor/bottomLeft/index.vue index 326421b..d03cdd2 100644 --- a/src/views/pageMonitor/bottomLeft/index.vue +++ b/src/views/pageMonitor/bottomLeft/index.vue @@ -1,80 +1,84 @@