优化Tooltip的对齐方式

This commit is contained in:
monitor1394
2025-02-18 23:30:56 +08:00
parent 214b84c71d
commit 9ddc543ed7
8 changed files with 87 additions and 39 deletions

View File

@@ -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];
}