修改label的颜色

master
yezhichao 2021-12-01 22:00:25 +08:00
parent 5b937b6b08
commit 6fd00db462
2 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,7 @@ const option = reactive({
symbolSize: 32,
label: {
show: true,
color: 'white',
formatter: '{@[2]}'
},
itemStyle: {
@ -90,6 +91,7 @@ const option = reactive({
symbolSize: 32,
label: {
show: true,
color: 'white',
formatter: '{@[2]}'
},
itemStyle: {

View File

@ -58,6 +58,7 @@ const option = reactive({
barCategoryGap: '50%',
label: {
show: true,
color: 'white',
position: 'top',
formatter: function ({ value }) {
return !value || value[1] === 0 ? '' : value[1];