diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-07-30 01:07:04 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-07-30 01:07:04 +0100 |
| commit | 40550e1e6ea41dabe7a6a72e17f5f56de85fabcd (patch) | |
| tree | e170a85111547d5b4e09224fe56ecf6788726a6f /stats/pwc-summary.json | |
| parent | d69c546a4fda62fcd899662f52a45e3ba03365c3 (diff) | |
| parent | c549a7288ca66b1b48e8518454806b538fd97568 (diff) | |
| download | perlweeklychallenge-club-40550e1e6ea41dabe7a6a72e17f5f56de85fabcd.tar.gz perlweeklychallenge-club-40550e1e6ea41dabe7a6a72e17f5f56de85fabcd.tar.bz2 perlweeklychallenge-club-40550e1e6ea41dabe7a6a72e17f5f56de85fabcd.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 94c420da6b..44511ed2ab 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,9 @@ { - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-29 08:35:22 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + } }, "series" : [ { @@ -43,7 +30,7 @@ 0, 75, 3, - 149, + 150, 0, 11, 2, @@ -135,7 +122,7 @@ 33, 4, 0, - 112, + 113, 4, 1, 9, @@ -260,7 +247,7 @@ 1, 4, 0, - 63, + 64, 33, 1, 2, @@ -288,7 +275,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -311,7 +297,7 @@ 1, 174, 0, - 132, + 133, 0, 2, 0, @@ -553,9 +539,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -820,10 +808,21 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -1091,9 +1090,10 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-29 19:56:29 GMT" + }, + "chart" : { + "type" : "column" } } |
