diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-11 09:34:36 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-11 09:34:36 +0100 |
| commit | 8a31937973502d51f7fa20ff76583bc5d9e33e2c (patch) | |
| tree | a4ead19ad50b6bda53bf859b9322a1a6de6368ec /stats/pwc-summary.json | |
| parent | c6c2fcf6f65575f643e84c52b520268666a5ea1c (diff) | |
| download | perlweeklychallenge-club-8a31937973502d51f7fa20ff76583bc5d9e33e2c.tar.gz perlweeklychallenge-club-8a31937973502d51f7fa20ff76583bc5d9e33e2c.tar.bz2 perlweeklychallenge-club-8a31937973502d51f7fa20ff76583bc5d9e33e2c.zip | |
- Added solutions by Yet Ebreo.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d4ce6a56cc..02b4712b9a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -363,13 +348,12 @@ 0, 0, 2, - 9, + 11, 0 ], "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -484,16 +468,32 @@ 1, 3, 14 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-11 08:34:10 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } - }, - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-10 18:43:32 GMT" } } |
