From de55952b22b5e6dec4f91eb066483a166b2c2a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 23 Dec 2021 19:28:21 +0800 Subject: [PATCH] 25860 --- src/apps/AppMarryAndDie/AppMarryAndDie.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index 32d0195f..b8077e40 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -219,6 +219,18 @@ export default { barWidth: 30, data: data.map((v) => v.v1), type: 'bar', + itemStyle: { + normal: { + label: { + show: true, + position: 'top', + textStyle: { + color: '#919191', + fontSize: 16, + }, + }, + }, + }, }, ], }