This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 5.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 1c3c6dbe0f7a655aa3a617c645e6c7e83e3d3445 Author: Ruslan <[email protected]> AuthorDate: Fri Mar 21 01:32:02 2025 +0300 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 1888383a52..49e51f511b 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,
