From 4f6b7d02f4038fbbef52e353ea547f8a6dd9ac1c Mon Sep 17 00:00:00 2001 From: Ruslan <108723249+Kukusik8@users.noreply.github.com> Date: Fri, 21 Mar 2025 01:32:02 +0300 Subject: [PATCH] fix(css): typos in styles (#28350) (cherry picked from commit 5ec710efc60fb339816c3ca4257b885cf5c4dfb2) --- .../plugins/plugin-chart-echarts/src/Bubble/transformProps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Bubble/transformProps.ts b/superset-frontend/plugins/plugin-chart-echarts/src/Bubble/transformProps.ts index 1888383a523..49e51f511b3 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Bubble/transformProps.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Bubble/transformProps.ts @@ -201,7 +201,7 @@ export default function transformProps(chartProps: EchartsBubbleChartProps) { name: bubbleXAxisTitle, nameLocation: 'middle', nameTextStyle: { - fontWight: 'bolder', + fontWeight: 'bolder', }, nameGap: convertInteger(xAxisTitleMargin), type: xAxisType, @@ -219,7 +219,7 @@ export default function transformProps(chartProps: EchartsBubbleChartProps) { name: bubbleYAxisTitle, nameLocation: 'middle', nameTextStyle: { - fontWight: 'bolder', + fontWeight: 'bolder', }, nameGap: convertInteger(yAxisTitleMargin), min: yAxisMin,