整理代码更新文档

This commit is contained in:
monitor1394
2020-06-12 09:22:51 +08:00
parent 42980e87e3
commit eccd5a8995
11 changed files with 47 additions and 54 deletions

View File

@@ -117,7 +117,7 @@ namespace XCharts
if (serie.dataCount > 0)
{
allDataIsEmpty = false;
for (int i = 1; i < serie.dataCount; i++)
for (int i = 0; i < serie.dataCount; i++)
{
var serieData = serie.GetSerieData(i);
for (int j = 1; j < serieData.data.Count; j++)