shuishen
2022-11-12 ce034b4c0db0eec0928fa54ee35f91ff2005a75c
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: {