fix(图表): 修复柱线图的轴线宽度和网格线宽度缩放不一致的问题

This commit is contained in:
jianneng-fit2cloud
2025-03-11 21:49:36 +08:00
committed by jianneng-fit2cloud
parent 074937332a
commit ebebb3935d

View File

@@ -160,6 +160,9 @@ export const customStyleTrans = {
axisLabel: ['fontSize'],
splitLine: {
lineStyle: ['width']
},
axisLine: {
lineStyle: ['width']
}
},
yAxis: {
@@ -167,6 +170,9 @@ export const customStyleTrans = {
axisLabel: ['fontSize'],
splitLine: {
lineStyle: ['width']
},
axisLine: {
lineStyle: ['width']
}
},
yAxisExt: {
@@ -174,6 +180,9 @@ export const customStyleTrans = {
axisLabel: ['fontSize'],
splitLine: {
lineStyle: ['width']
},
axisLine: {
lineStyle: ['width']
}
},
misc: {