diff --git a/Runtime/Internal/UIComponent.cs b/Runtime/Internal/UIComponent.cs index 8a1266e6..d65138dd 100644 --- a/Runtime/Internal/UIComponent.cs +++ b/Runtime/Internal/UIComponent.cs @@ -41,6 +41,11 @@ namespace XCharts.Runtime return true; } + public void SetDataDirty() + { + m_DataDirty = true; + } + protected override void InitComponent() { base.InitComponent();