mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
fix(图表): 修复双轴图轴线标签显示模糊
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user