mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
优化PieChart文本堆叠和引线效果#85
This commit is contained in:
@@ -258,7 +258,6 @@ namespace XCharts
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (splitCount <= 0) return;
|
||||
for (int n = 0; n < splitCount; n++)
|
||||
{
|
||||
var serieData = data[n];
|
||||
|
||||
Reference in New Issue
Block a user