mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
fix(chart-echarts): drop white textBorder from Funnel segment labels (#40468)
(cherry picked from commit c73106b7a2)
This commit is contained in:
@@ -238,8 +238,6 @@ export default function transformProps(
|
||||
formatter,
|
||||
show: showLabels,
|
||||
color: theme.colorText,
|
||||
textBorderColor: theme.colorBgBase,
|
||||
textBorderWidth: 1,
|
||||
};
|
||||
|
||||
const series: FunnelSeriesOption[] = [
|
||||
|
||||
Reference in New Issue
Block a user