hide leaderboard pp on unranked maps
This commit is contained in:
@ -15,7 +15,7 @@ const datasetConfig: DatasetConfig[] = [
|
||||
{
|
||||
title: "Average Ranked Accuracy",
|
||||
field: "accuracy.averageRankedAccuracy",
|
||||
color: "#606fff",
|
||||
color: "#4858ff",
|
||||
axisId: "y",
|
||||
axisConfig: {
|
||||
reverse: false,
|
||||
|
@ -41,7 +41,7 @@ const datasetConfig: DatasetConfig[] = [
|
||||
{
|
||||
title: "PP",
|
||||
field: "pp",
|
||||
color: "#606fff",
|
||||
color: "#4858ff",
|
||||
axisId: "y2",
|
||||
axisConfig: {
|
||||
reverse: false,
|
||||
|
Reference in New Issue
Block a user