mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
优化Tooltip的对齐方式
This commit is contained in:
@@ -10,6 +10,7 @@ namespace XCharts.Runtime
|
||||
public int serieIndex;
|
||||
public string serieName;
|
||||
public string marker = "●";
|
||||
public bool isSecondaryMark;
|
||||
public string category;
|
||||
public int dimension;
|
||||
public SerieData serieData;
|
||||
@@ -20,6 +21,6 @@ namespace XCharts.Runtime
|
||||
public string itemFormatter;
|
||||
public string numericFormatter;
|
||||
public bool ignore;
|
||||
public List<string> columns = new List<string>();
|
||||
public List<string> columns = new List<string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user