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, //柱图宽度