mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 22:10:11 +00:00
修复Tooltop的第一个ContentLabelStyle设置color无效的问题
This commit is contained in:
@@ -92,7 +92,7 @@ namespace XCharts.Runtime
|
||||
column.SetActive(true);
|
||||
column.SetText(param.columns[j]);
|
||||
|
||||
if (j == 0)
|
||||
if (j == 0 && ChartHelper.IsClearColor(column.text.GetColor()))
|
||||
column.text.SetColor(param.color);
|
||||
|
||||
if (j >= m_ColumnMaxWidth.Count)
|
||||
|
||||
Reference in New Issue
Block a user