I have a small issue with the scoreboard graph: For some reason it seems to be displaying the score per team per round instead of combining the rounds for all teams (can be seen on the screenshot). It looks like that is unintended. Do you have any idea what could be causing this and how I can fix it?

I am using the challenge-ad branch. I created the teams by directly inserting them into the database. ctf_stats/300 returns this json file:
{
"asdasd": {
"0": 0.0,
"1": 0.0,
"2": 0.0
},
"asdgd": {
"0": 0.0,
"1": 0.0,
"2": 0.0
},
"hsas": {
"0": 0.0,
"1": 0.0,
"2": 0.0
},
"team1": {
"0": 0.0,
"1": 2.23606797749979,
"2": 2.23606797749979
},
"team2": {
"0": 0.0,
"1": 0.0,
"2": 0.0
}
}
Let me know if you need more information on the exact setup I am using.
Thanks!