修复SerieEventDatavalue一直是0的问题 (#287)

This commit is contained in:
monitor1394
2023-11-05 20:09:28 +08:00
parent a730404935
commit 83db4dd951
5 changed files with 35 additions and 32 deletions

View File

@@ -22,6 +22,7 @@ namespace XCharts.Runtime
data.dataIndex = dataIndex;
data.pointerPos = pos;
data.dimension = dimension;
data.value = value;
return data;
}