Я пытаюсь показать круговую диаграмму с их значениями внутри диаграммы, но когда я устанавливаю showLabels = "true", он также добавляет белый квадрат вокруг значения.
Я хотел бы удалить этиполя, но свойства strokeColor и strokeWidth не работают.Есть ли обходной путь для этого?
<RadPieChart height="300" allowAnimation="true" row="0">
<PieSeries tkPieSeries expandRadius="0.5" outerRadiusFactor="0.7" [items]="pieSource" valueProperty="Amount" showLabels="true">
<PointLabelStyle tkPieLabelStyle strokeColor="cyan" strokeWidth="3" fillColor="red" textSize="8"></PointLabelStyle>
</PieSeries>
</RadPieChart>