mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
修复PieChart数据全为0时Label无法正常显示的问题
This commit is contained in:
@@ -188,6 +188,7 @@ namespace XCharts
|
||||
zeroReplaceValue = totalDegree / data.Count;
|
||||
serie.runtimeDataMax = zeroReplaceValue;
|
||||
serie.runtimePieDataTotal = 360;
|
||||
dataTotalFilterMinAngle = 360;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user