show more decimal places on the ranked acc chart
Some checks failed
Deploy Website / deploy (push) Has been cancelled
Some checks failed
Deploy Website / deploy (push) Has been cancelled
This commit is contained in:
parent
ad87365a66
commit
d99feecc8f
@ -23,7 +23,7 @@ const datasetConfig: DatasetConfig[] = [
|
||||
displayName: "Average Ranked Accuracy",
|
||||
position: "left",
|
||||
},
|
||||
labelFormatter: (value: number) => `Average Ranked Accuracy ${value.toFixed(2)}%`,
|
||||
labelFormatter: (value: number) => `Average Ranked Accuracy ${value.toFixed(4)}%`,
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user