[feature][tooltip] support ignoreDataDefaultContent

This commit is contained in:
monitor1394
2022-08-11 08:11:43 +08:00
parent 34b132735d
commit ca5470a351
19 changed files with 48 additions and 33 deletions

View File

@@ -19,6 +19,7 @@ namespace XCharts.Runtime
public Color32 color;
public string itemFormatter;
public string numericFormatter;
public bool ignore;
public List<string> columns = new List<string>();
}
}