diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-01-12 15:59:26 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-01-12 15:59:26 +0000 |
| commit | dd99d53e09a332c4ff5153b8bb54c9506a03860d (patch) | |
| tree | e65264cbef15fbcd3e15dd12da74cc5084e507cb /stats/pwc-summary.json | |
| parent | 94cdbab3f1198c78a3dcedb9ada1a8596114cfcb (diff) | |
| parent | d995c005f623c0f80f4cdfbf2247856c146fd7e3 (diff) | |
| download | perlweeklychallenge-club-dd99d53e09a332c4ff5153b8bb54c9506a03860d.tar.gz perlweeklychallenge-club-dd99d53e09a332c4ff5153b8bb54c9506a03860d.tar.bz2 perlweeklychallenge-club-dd99d53e09a332c4ff5153b8bb54c9506a03860d.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bd150d1560..d242d0e3e3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,11 @@ { - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "xAxis" : { "categories" : [ @@ -257,6 +258,13 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -271,7 +279,7 @@ 2, 0, 1, - 14, + 15, 27, 3, 26, @@ -310,7 +318,7 @@ 3, 3, 30, - 125, + 126, 2, 0, 4, @@ -346,7 +354,7 @@ 5, 127, 0, - 78, + 79, 1, 0, 0, @@ -420,7 +428,7 @@ 7, 7, 4, - 75, + 76, 1, 0, 26, @@ -437,7 +445,7 @@ 0, 87, 0, - 19, + 20, 1, 1, 10, @@ -494,13 +502,13 @@ 1, 3, 0, - 98, + 99, 12, 9, 12, 0, 2, - 56, + 57, 33, 96, 1, @@ -746,7 +754,7 @@ 0, 0, 1, - 100, + 101, 0, 2, 0, @@ -814,7 +822,7 @@ 0, 0, 2, - 91, + 92, 0, 0, 0, @@ -850,7 +858,7 @@ 0, 114, 0, - 52, + 53, 0, 0, 0, @@ -941,7 +949,7 @@ 0, 0, 0, - 6, + 7, 0, 0, 0, @@ -965,7 +973,7 @@ 0, 0, 0, - 126, + 127, 0, 18, 1, @@ -1004,7 +1012,7 @@ 0, 0, 0, - 56, + 57, 16, 0, 0, @@ -1015,21 +1023,13 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "subtitle" : { - "text" : "[Champions: 247] Last updated at 2022-01-10 21:08:25 GMT" + "text" : "[Champions: 247] Last updated at 2022-01-12 14:16:56 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : "" } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
