diff --git a/acupuncture-前台/src/views/indexCom/index.js b/acupuncture-前台/src/views/indexCom/index.js index 0b15153d..b067bfa6 100644 --- a/acupuncture-前台/src/views/indexCom/index.js +++ b/acupuncture-前台/src/views/indexCom/index.js @@ -85,6 +85,14 @@ export const gende = { label: { show: false, position: "center", + normal:{ + show:true, + position:'inner', + formatter: '{b}:{c}个', + textStyle:{ + color:'#fff' + } + }, }, labelLine: { show: false, @@ -442,6 +450,14 @@ export const postureEcharts = { label: { show: false, position: "center", + normal:{ + show:true, + position:'inner', + formatter: '{b}:{c}个', + textStyle:{ + color:'#fff' + } + }, }, labelLine: { show: false, @@ -611,6 +627,14 @@ export const healTypeEcharts = { label: { show: false, position: "center", + normal:{ + show:true, + position:'inner', + formatter: '{b}:{c}个', + textStyle:{ + color:'#fff' + } + }, }, labelLine: { show: false, @@ -725,6 +749,14 @@ export const effectEcharts = { label: { show: false, position: "center", + normal:{ + show:true, + position:'inner', + formatter: '{b}:{c}个', + textStyle:{ + color:'#fff' + } + }, }, labelLine: { show: false,