From ce034b4c0db0eec0928fa54ee35f91ff2005a75c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 12 Nov 2022 11:41:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 src/views/home/components/rightContainer.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/home/components/rightContainer.vue b/src/views/home/components/rightContainer.vue
index 4eb3736..94c1632 100644
--- a/src/views/home/components/rightContainer.vue
+++ b/src/views/home/components/rightContainer.vue
@@ -136,7 +136,8 @@
             return {
                 tooltip: {
                     trigger: 'item',
-                    confine: true
+                    confine: true,
+                    formatter: ' <span style="display: inline-block; margin-right: 4px; border-radius: 10px; width: 10px; height: 10px;background-color: #91cc75;"></span> {b0}<strong style="margin-left:10px">{c0}人</strong>'
                 },
                 legend: {
                     left: '60%',
@@ -299,7 +300,8 @@
                 series: [
                     {
                         data: seriesData,
-                        type: 'line'
+                        type: 'line',
+                        smooth: true
                     }
                 ],
                 grid: {

--
Gitblit v1.9.3