diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-19 11:24:05 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-19 11:24:05 +0000 |
| commit | a7436b087e8e6e03e059fa618d854613b6693853 (patch) | |
| tree | 0e949372d4e2f4adc4f3900e36f5be5a62605ee5 /stats/pwc-summary.json | |
| parent | e6c263efac18c6d3e88b2ec3139e6d53c327466e (diff) | |
| download | perlweeklychallenge-club-a7436b087e8e6e03e059fa618d854613b6693853.tar.gz perlweeklychallenge-club-a7436b087e8e6e03e059fa618d854613b6693853.tar.bz2 perlweeklychallenge-club-a7436b087e8e6e03e059fa618d854613b6693853.zip | |
- Added contributions by Simon Green.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a34575c1cf..c090b041aa 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-19 10:49:23 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -261,15 +253,20 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 250] Last updated at 2022-02-19 11:20:10 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -486,7 +483,7 @@ 1, 0, 11, - 77, + 78, 5, 3, 2, @@ -521,10 +518,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -776,10 +773,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -996,7 +993,7 @@ 0, 0, 0, - 72, + 73, 0, 10, 0, @@ -1031,8 +1028,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "yAxis" : { @@ -1041,7 +1037,11 @@ }, "min" : 0 }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" } } |
