diff --git a/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts b/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts index 00fe45622a..c83229e889 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/types/impl/g2.ts @@ -115,6 +115,7 @@ export abstract class G2ChartView< lineLineWidth: axis.axisLine.lineStyle.width, lineLineDash, label: axis.axisLabel.show, + labelOpacity: 1, labelFill: axis.axisLabel.color, labelFillOpacity: 1, labelFontSize: axis.axisLabel.fontSize,