diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index 57cd7ccf5e..a8ffc97aca 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -561,6 +561,7 @@ const isProgressBar = computed(() => { :predefine="COLOR_PANEL" @change="changeLabelAttr('color')" is-custom + show-alpha /> { fontSize: label.fontSize.toString() + 'px', color: label.color, lineHeight: '"unset"', - overflow: 'visible' + overflow: 'visible', + opacity: 1 } const title = label.showQuota ? { - style: { - ...style, - fontWeight: 'blod' - }, + style, formatter: () => { return valueFormatter(chart.data.series[0].data[0], label.quotaLabelFormatter) }