mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 13:30:10 +00:00
修复LineChart在XY都为数值轴时添加无序数据显示异常的问题
This commit is contained in:
@@ -360,8 +360,10 @@ namespace XCharts.Runtime
|
||||
/// fadeIn animation.
|
||||
/// |开始渐入动画。
|
||||
/// </summary>
|
||||
public void AnimationFadeIn()
|
||||
public void AnimationFadeIn(bool reset = true)
|
||||
{
|
||||
if (reset)
|
||||
AnimationReset();
|
||||
foreach (var serie in m_Series) serie.AnimationFadeIn();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user