修复PieChart数据全为0Label无法正常显示的问题

This commit is contained in:
monitor1394
2021-05-24 21:35:53 +08:00
parent 9ba02b37fc
commit 3451b74669
3 changed files with 3 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ namespace XCharts
zeroReplaceValue = totalDegree / data.Count;
serie.runtimeDataMax = zeroReplaceValue;
serie.runtimePieDataTotal = 360;
dataTotalFilterMinAngle = 360;
}
else
{