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