fix(sunburst): make Show Total text theme-aware (#37177)

Co-authored-by: DarshCode123 <darshjain193@gmail.com>
Co-authored-by: SBIN2010 <Sbin2010@mail.ru>
This commit is contained in:
tiya-9975
2026-01-18 17:13:16 +05:30
committed by GitHub
parent a77c2d550c
commit f984dca5cc

View File

@@ -389,6 +389,7 @@ export default function transformProps(
text: t('Total: %s', primaryValueFormatter(totalValue)),
fontSize: 16,
fontWeight: 'bold',
fill: theme.colorText,
},
z: 10,
}