diff --git a/osu.Game/Graphics/UserInterface/LineGraph.cs b/osu.Game/Graphics/UserInterface/LineGraph.cs index 8817d79bdd..b135d8004d 100644 --- a/osu.Game/Graphics/UserInterface/LineGraph.cs +++ b/osu.Game/Graphics/UserInterface/LineGraph.cs @@ -26,7 +26,7 @@ public class LineGraph : Container public float ActualMaxValue { get; private set; } = float.NaN; public float ActualMinValue { get; private set; } = float.NaN; - private const double transform_duration = 500; + private const double transform_duration = 1500; /// /// Hold an empty area if values are less.