mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix(图表): 修复柱线图的轴线宽度和网格线宽度缩放不一致的问题
This commit is contained in:
committed by
jianneng-fit2cloud
parent
074937332a
commit
ebebb3935d
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user