mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
增加Custom类型的Serie的tooltip自定义
This commit is contained in:
@@ -586,7 +586,8 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
internal List<string> GetDataList(){
|
||||
internal List<string> GetDataList()
|
||||
{
|
||||
return m_Data.Count > 0 ? m_Data : m_RuntimeData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user