diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 4770646c1e..f4d8f31c93 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -652,6 +652,13 @@ export class HaChartBase extends LitElement { textBorderWidth: 2, }, }, + pie: { + label: { + color: style.getPropertyValue("--primary-text-color"), + textBorderColor: style.getPropertyValue("--primary-background-color"), + textBorderWidth: 2, + }, + }, sankey: { label: { color: style.getPropertyValue("--primary-text-color"),