mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
fix(css): typos in styles (#28350)
(cherry picked from commit 5ec710efc6)
This commit is contained in:
committed by
Michael S. Molina
parent
1306b36823
commit
4f6b7d02f4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user