diff --git a/Runtime/Internal/BaseGraph.cs b/Runtime/Internal/BaseGraph.cs index 917be668..9e0dca66 100644 --- a/Runtime/Internal/BaseGraph.cs +++ b/Runtime/Internal/BaseGraph.cs @@ -190,6 +190,11 @@ namespace XCharts } } + protected override void OnPopulateMesh(VertexHelper vh) + { + vh.Clear(); + } + private void InitBackground() { var backgroundObj = ChartHelper.AddObject(s_BackgroundObjectName, transform, m_GraphMinAnchor,