diff --git a/core/core-frontend/src/utils/canvasStyle.ts b/core/core-frontend/src/utils/canvasStyle.ts index b7cdbc51d9..0e95411cef 100644 --- a/core/core-frontend/src/utils/canvasStyle.ts +++ b/core/core-frontend/src/utils/canvasStyle.ts @@ -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: {