Hi everyone,
It's my first post in this platform
I have an InfoChart(pie chart) component displays percentages. I want to change stroke format of this pie chart.This CSS code works properly.
.donutchart {stroke:white;}
But this code also make data labels look colour of stroke (white)
Does anyone have any idea ?