diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-29 14:26:20 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-29 14:26:20 +0100 |
| commit | ef7d846c7416907a94b25b28a4642bfb9fbbc361 (patch) | |
| tree | 312df8e5e51b5645d790fd7017b4a460cc0b607b /stats/pwc-summary.json | |
| parent | f309b17f1652cb9911793d5aad3cf68369769719 (diff) | |
| download | perlweeklychallenge-club-ef7d846c7416907a94b25b28a4642bfb9fbbc361.tar.gz perlweeklychallenge-club-ef7d846c7416907a94b25b28a4642bfb9fbbc361.tar.bz2 perlweeklychallenge-club-ef7d846c7416907a94b25b28a4642bfb9fbbc361.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ab2f772f88..8a3c8d62a1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl 5", @@ -79,7 +58,7 @@ 6, 10, 36, - 13, + 15, 1, 0, 1, @@ -242,6 +221,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -348,12 +328,26 @@ 0, 0, 14 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 105] Last updated at 2019-07-28 23:47:44 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -463,5 +457,11 @@ "Yary H", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 105] Last updated at 2019-07-29 13:25:54 GMT" + }, + "chart" : { + "type" : "column" } } |
