Change rating system (DMOJ)

This commit is contained in:
cuom1999 2021-12-08 23:52:52 -06:00
parent e261fc9e3b
commit b6556a93f5
9 changed files with 369 additions and 117 deletions

View file

@ -467,26 +467,26 @@
},
{
begin: 1000,
end: 1200,
end: 1300,
color: 'rgb(0, 169, 0, 0.4)'
},
{
begin: 1200,
end: 1500,
begin: 1300,
end: 1600,
color: 'rgb(0, 0, 255, 0.4)'
},
{
begin: 1500,
end: 1800,
begin: 1600,
end: 1900,
color: 'rgb(128, 0, 128, 0.37)'
},
{
begin: 1800,
end: 2200,
begin: 1900,
end: 2400,
color: 'rgb(255, 177, 0, 0.4)'
},
{
begin: 2200,
begin: 2400,
end: 3000,
color: 'rgb(238, 0, 0, 0.4)'
},