增加LineChart的普通折线图可通过ignore参数设置忽略数据的支持

This commit is contained in:
monitor1394
2020-03-10 12:35:19 +08:00
parent c783896e0e
commit cb86799e44
8 changed files with 25 additions and 25 deletions

View File

@@ -24,7 +24,7 @@ namespace XCharts
private static Vector3 s_DefaultIngoreDataVector3 = Vector3.zero;
public static StringBuilder sb { get { return s_Builder; } }
public static Vector3 ingoreVector3 { get { return s_DefaultIngoreDataVector3; } }
public static Vector3 ignoreVector3 { get { return s_DefaultIngoreDataVector3; } }
public static bool IsIngore(Vector3 pos)
{