diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 03:04:29 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 03:04:29 +0000 |
| commit | 8d74c90faada1f7fa567bcd0cf6c4eb02ada183d (patch) | |
| tree | 98f0cf56e30f0c66bcc08cd85d4c928414219bbb /stats/pwc-summary.json | |
| parent | b4d03121426826be23eeae72bf6ff53efd111dc2 (diff) | |
| download | perlweeklychallenge-club-8d74c90faada1f7fa567bcd0cf6c4eb02ada183d.tar.gz perlweeklychallenge-club-8d74c90faada1f7fa567bcd0cf6c4eb02ada183d.tar.bz2 perlweeklychallenge-club-8d74c90faada1f7fa567bcd0cf6c4eb02ada183d.zip | |
- Added Perl solution to the task "Semiprime" of week 144.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9fece190ac..01d1a1575a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,28 +1,7 @@ { - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-22 02:20:21 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "name" : "Perl", @@ -179,7 +158,7 @@ 2, 0, 0, - 64, + 65, 20, 7, 7, @@ -525,7 +504,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -772,9 +750,25 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -1023,5 +1017,11 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-22 03:02:50 GMT" + }, + "chart" : { + "type" : "column" } } |
