From 3befed6708b3fe9f961cac87effafa88eba8f439 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Mon, 17 Feb 2025 11:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E7=BB=9F=E8=AE=A1=EF=BC=88?= =?UTF-8?q?=E6=82=A3=E8=80=85=E6=80=BB=E6=95=B0=E3=80=81=E6=80=A7=E5=88=AB?= =?UTF-8?q?=E3=80=81=E5=B9=B4=E9=BE=84=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/indexCom/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acupuncture-前台/src/views/indexCom/index.js b/acupuncture-前台/src/views/indexCom/index.js index 8c022bfe..fb31eacc 100644 --- a/acupuncture-前台/src/views/indexCom/index.js +++ b/acupuncture-前台/src/views/indexCom/index.js @@ -118,7 +118,7 @@ export const ageEcharts = { }, xAxis: { type: "category", - data: ["<40","41-50","51-60","61-70","71-80",">80",], + data: ["<40岁","41-50岁","51-60岁","61-70岁","71-80岁",">80岁",], }, grid: { top: "12%", @@ -140,7 +140,7 @@ export const ageEcharts = { }, series: [ { - name: "<40", + name: "数量:", data: [], type: "bar", barMaxWidth: 24, //柱图宽度