This is an automated email from the ASF dual-hosted git repository.
sbin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new f984dca5cc fix(sunburst): make Show Total text theme-aware (#37177)
f984dca5cc is described below
commit f984dca5cc46c3badb2badcaa6b2893d5aa15d1d
Author: tiya-9975 <[email protected]>
AuthorDate: Sun Jan 18 17:13:16 2026 +0530
fix(sunburst): make Show Total text theme-aware (#37177)
Co-authored-by: DarshCode123 <[email protected]>
Co-authored-by: SBIN2010 <[email protected]>
---
.../plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts | 1 +
1 file changed, 1 insertion(+)
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 f1861ab558..5deb443372 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,
}