mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +00:00
echarts theming
This commit is contained in:
@@ -227,7 +227,9 @@ export default function transformProps(
|
||||
const defaultLabel = {
|
||||
formatter,
|
||||
show: showLabels,
|
||||
color: theme.colors.grayscale.dark2,
|
||||
color: theme.colorText,
|
||||
textBorderColor: theme.colorBgBase,
|
||||
textBorderWidth: 1,
|
||||
};
|
||||
|
||||
const series: FunnelSeriesOption[] = [
|
||||
@@ -245,7 +247,6 @@ export default function transformProps(
|
||||
label: {
|
||||
...defaultLabel,
|
||||
position: labelLine ? 'outer' : 'inner',
|
||||
textBorderColor: 'transparent',
|
||||
},
|
||||
emphasis: {
|
||||
label: {
|
||||
|
||||
Reference in New Issue
Block a user