echarts theming

This commit is contained in:
Maxime Beauchemin
2025-03-19 20:09:00 -07:00
parent 1ca0f34210
commit 11bc4965e3
10 changed files with 56 additions and 21 deletions

View File

@@ -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: {