hide leaderboard pp on unranked maps
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Successful in 42s
Deploy Website / docker (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Lee
2024-10-20 19:24:31 +01:00
parent 336518ff70
commit d1a9654e33
7 changed files with 23 additions and 7 deletions

View File

@ -15,7 +15,7 @@ const datasetConfig: DatasetConfig[] = [
{
title: "Average Ranked Accuracy",
field: "accuracy.averageRankedAccuracy",
color: "#606fff",
color: "#4858ff",
axisId: "y",
axisConfig: {
reverse: false,

View File

@ -41,7 +41,7 @@ const datasetConfig: DatasetConfig[] = [
{
title: "PP",
field: "pp",
color: "#606fff",
color: "#4858ff",
axisId: "y2",
axisConfig: {
reverse: false,