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, + }, + }, + }, + }, }, ], }