mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
增加Scatter的ignore支持设置忽略数据
This commit is contained in:
@@ -166,6 +166,8 @@ namespace XCharts.Runtime
|
||||
var symbol = SerieHelper.GetSerieSymbol(serie, serieData);
|
||||
if (!symbol.ShowSymbol(serieData.index, maxCount))
|
||||
continue;
|
||||
if (serie.IsIgnoreValue(serieData))
|
||||
continue;
|
||||
|
||||
var state = SerieHelper.GetSerieState(serie, serieData, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user