mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
[bug] fix serieData.index error
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
|
||||
## master
|
||||
|
||||
* (2022.08.09) 修复`Serie`的数据项索引异常引起的其他问题
|
||||
* (2022.08.08) 优化`Serie`的数据项索引维护,增加检测和修复功能
|
||||
* (2022.07.29) 修复在某些`Unity`版本导入后图表创建异常的问题
|
||||
* (2022.07.29) 增加`Axis`为`Time`时间轴时,支持次刻度和次分割线
|
||||
|
||||
@@ -218,7 +218,6 @@ namespace XCharts.Runtime
|
||||
for (int j = 0; j < serie.data.Count; j++)
|
||||
{
|
||||
var serieData = serie.data[j];
|
||||
serieData.index = count;
|
||||
serieData.labelObject = null;
|
||||
if (AddSerieLabel(m_SerieLabelRoot, serieData, ref count))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user