mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
修复SerieLabel可能显示错乱的问题
This commit is contained in:
@@ -440,6 +440,7 @@ namespace XCharts
|
||||
{
|
||||
var serieData = serie.data[j];
|
||||
serieData.index = j;
|
||||
serieData.labelObject = null;
|
||||
AddSerieLabel(serie, serieData, count);
|
||||
count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user