This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 5ec710efc6 fix(css): typos in styles (#28350)
5ec710efc6 is described below
commit 5ec710efc60fb339816c3ca4257b885cf5c4dfb2
Author: Ruslan <[email protected]>
AuthorDate: Fri Mar 21 01:32:02 2025 +0300
fix(css): typos in styles (#28350)
---
.../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,