Implement UserHistoryGraph component

This commit is contained in:
Andrei Zavatski
2020-02-08 00:10:17 +03:00
parent 84b7dfb3d6
commit b325725c45
4 changed files with 203 additions and 2 deletions

View File

@ -29,8 +29,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
Text = "No recent plays",
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Regular)
});
Graph.Alpha = 0;
}
protected override void LoadComplete()