diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts b/superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts index f1861ab558e..5deb443372f 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts @@ -389,6 +389,7 @@ export default function transformProps( text: t('Total: %s', primaryValueFormatter(totalValue)), fontSize: 16, fontWeight: 'bold', + fill: theme.colorText, }, z: 10, }