diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 20:34:57 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 20:34:57 +0100 |
| commit | 5e0fbeae30637c44e522dc2df7272885f22b0357 (patch) | |
| tree | 71d7898dba7b8dec37fb78ebc57d445b76b64727 /stats/pwc-summary.json | |
| parent | 45ec20a8ba5c6ff2038366ad8775467e36466dd3 (diff) | |
| download | perlweeklychallenge-club-5e0fbeae30637c44e522dc2df7272885f22b0357.tar.gz perlweeklychallenge-club-5e0fbeae30637c44e522dc2df7272885f22b0357.tar.bz2 perlweeklychallenge-club-5e0fbeae30637c44e522dc2df7272885f22b0357.zip | |
- Added Perl solution to task #1 of week #78.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 73e0598470..6fd26c2ddb 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,15 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 188] Last updated at 2020-09-15 19:34:40 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -126,7 +126,7 @@ 3, 0, 0, - 32, + 33, 9, 7, 7, @@ -199,7 +199,8 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -588,6 +589,17 @@ ] } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -780,20 +792,8 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 188] Last updated at 2020-09-15 18:13:50 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
