Add performance breakdown as statistic item in extended statistics panel

This commit is contained in:
Henry Lin
2022-02-05 21:13:16 +08:00
parent f29301cd1e
commit 2e1a9f1379
2 changed files with 255 additions and 0 deletions

View File

@ -298,6 +298,17 @@ namespace osu.Game.Rulesets.Osu
}
},
new StatisticRow
{
Columns = new[]
{
new StatisticItem("Performance Breakdown", () => new PerformanceBreakdownChart(score)
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y
}),
}
},
new StatisticRow
{
Columns = new[]
{