mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
优化Tooltip的对齐方式
This commit is contained in:
@@ -167,7 +167,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
if (!s_ColorDotStr.ContainsKey(color))
|
||||
{
|
||||
s_ColorDotStr[color] = "<color=#" + ColorToStr(color) + ">● </color>";
|
||||
s_ColorDotStr[color] = "<color=#" + ColorToStr(color) + ">●</color>";
|
||||
}
|
||||
return s_ColorDotStr[color];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user