From 60689c7cd145492d0ed180ca6fd141781e607b6b Mon Sep 17 00:00:00 2001 From: qingzhengli <1204552371@qq.com> Date: Mon, 25 Mar 2024 15:17:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=8A=A0=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Intermodulation/components/LineChartForTraffic/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/components/LineChartForTraffic/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/components/LineChartForTraffic/index.vue index 9b9c244d..b4da1653 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/components/LineChartForTraffic/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/components/LineChartForTraffic/index.vue @@ -24,6 +24,7 @@ export default { options.yAxis.axisLabel.fontSize = 11; options.xAxis.data = this.xData; options.series[0].data = this.yData; + options.tooltip.formatter = "{b}:{c}辆"; chartIns.setOption(options); }, }