mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
[bug][datazoom] fix chart display error when datazoom enable.
This commit is contained in:
@@ -208,6 +208,7 @@ namespace XCharts.Runtime
|
||||
serieData.context.position = np;
|
||||
|
||||
serie.context.dataPoints.Add(np);
|
||||
serie.context.dataIndexs.Add(serieData.index);
|
||||
serie.context.dataIgnores.Add(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user