This commit is contained in:
monitor1394
2022-03-20 21:37:17 +08:00
parent da611012da
commit 59896d2323

View File

@@ -64,6 +64,7 @@ namespace XCharts.Runtime
this.serie = (T)serie;
this.serie.context.param.serieType = typeof(T);
m_NeedInitComponent = true;
AnimationStyleHelper.UpdateSerieAnimation(serie);
}
public override void Update()