RadarChart增加Tooltip

This commit is contained in:
monitor1394
2019-03-21 07:51:20 +08:00
parent 46bef19925
commit 3b92a9b39b
3 changed files with 81 additions and 7 deletions

View File

@@ -138,7 +138,7 @@ namespace xcharts
if (dist > pieRadius)
{
tooltip.DataIndex = 0;
RefreshTooltip();
tooltip.SetActive(false);
}
else
{