diff --git a/packages/charts/src/components/PieChart/PieChart.tsx b/packages/charts/src/components/PieChart/PieChart.tsx index c2569f5a888..72aed7829e0 100644 --- a/packages/charts/src/components/PieChart/PieChart.tsx +++ b/packages/charts/src/components/PieChart/PieChart.tsx @@ -55,6 +55,8 @@ export interface PieChartProps extends IChartBaseProps { measure: MeasureConfig; } +const tooltipItemDefaultStyle = { color: 'var (--sapTextColor)' }; + /** * import { PieChart } from '@ui5/webcomponents-react-charts/lib/PieChart'; */ @@ -81,6 +83,7 @@ const PieChart: FC = forwardRef((props: PieChartProps, ref: Ref = forwardRef((props: PieChartProps, ref: Ref ))} - + {!noLegend && (