mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
3.0 - polar chart
This commit is contained in:
@@ -12,6 +12,11 @@ namespace XCharts
|
||||
public override void Update()
|
||||
{
|
||||
PolarHelper.UpdatePolarCenter(component, chart.chartPosition, chart.chartWidth, chart.chartHeight);
|
||||
|
||||
if (chart.isPointerInChart)
|
||||
component.context.isPointerEnter = component.Contains(chart.pointerPos);
|
||||
else
|
||||
component.context.isPointerEnter = false;
|
||||
}
|
||||
|
||||
public override void DrawBase(VertexHelper vh)
|
||||
|
||||
Reference in New Issue
Block a user