mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
[optimize] optimize interact and performance
This commit is contained in:
@@ -185,6 +185,7 @@ namespace XCharts.Runtime
|
|||||||
for (int i = serie.minShow; i < maxCount; i++)
|
for (int i = serie.minShow; i < maxCount; i++)
|
||||||
{
|
{
|
||||||
var serieData = showData[i];
|
var serieData = showData[i];
|
||||||
|
serieData.index = i;
|
||||||
if (!serieData.show || serie.IsIgnoreValue(serieData))
|
if (!serieData.show || serie.IsIgnoreValue(serieData))
|
||||||
{
|
{
|
||||||
serie.context.dataPoints.Add(Vector3.zero);
|
serie.context.dataPoints.Add(Vector3.zero);
|
||||||
|
|||||||
Reference in New Issue
Block a user