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

@ -30,6 +30,7 @@ namespace osu.Game.Overlays.Profile
Add(Graph = new RankChartLineGraph
{
RelativeSizeAxes = Axes.Both,
Alpha = 0
});
Graph.OnBallMove += i => DataIndex = i;