[feature][polar] support circular polar

This commit is contained in:
monitor1394
2022-09-14 07:13:45 +08:00
parent ac7628ce68
commit afbfa20fd9
11 changed files with 50 additions and 32 deletions

View File

@@ -17,6 +17,7 @@ namespace XCharts.Runtime
public override void Update()
{
base.Update();
if (!chart.isPointerInChart)
{
component.context.isPointerEnter = false;