mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 23:40:10 +00:00
增加双坐标轴支持
This commit is contained in:
@@ -230,7 +230,8 @@ namespace XCharts
|
||||
}
|
||||
m_Tooltip.SetActive(true);
|
||||
string strColor = ColorUtility.ToHtmlStringRGBA(m_ThemeInfo.GetColor(index));
|
||||
string key = m_Legend.data[index];
|
||||
string key = m_Series.series[index].name;
|
||||
if (string.IsNullOrEmpty(key)) key = m_Legend.GetData(index);
|
||||
float value = m_Series.series[index].data[0];
|
||||
string txt = "";
|
||||
if (!string.IsNullOrEmpty(m_Pie.name))
|
||||
|
||||
Reference in New Issue
Block a user