mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 03:58:49 +00:00
修复Editor下点击Data后数据会多一维的问题
This commit is contained in:
@@ -446,7 +446,7 @@ namespace XCharts
|
|||||||
var xWid = dataWid - 4;
|
var xWid = dataWid - 4;
|
||||||
for (int i = 0; i < dimension; i++)
|
for (int i = 0; i < dimension; i++)
|
||||||
{
|
{
|
||||||
while (i >= data.arraySize - 1)
|
while (i > data.arraySize - 1)
|
||||||
{
|
{
|
||||||
data.InsertArrayElementAtIndex(data.arraySize);
|
data.InsertArrayElementAtIndex(data.arraySize);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user