diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-22 12:00:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-22 12:00:22 +0100 |
| commit | caeeb856feb39524c9ddbd375bfb512138f32d17 (patch) | |
| tree | 7ef25f9d1806b8d6038e1dafe108459c9f4bebf9 /stats/pwc-summary.json | |
| parent | 932706342f956d50b8cfb1f2d17a56f9dbabaa6a (diff) | |
| download | perlweeklychallenge-club-caeeb856feb39524c9ddbd375bfb512138f32d17.tar.gz perlweeklychallenge-club-caeeb856feb39524c9ddbd375bfb512138f32d17.tar.bz2 perlweeklychallenge-club-caeeb856feb39524c9ddbd375bfb512138f32d17.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 9e5dd174f6..3548d8713a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 114] Last updated at 2019-09-22 09:41:30 GMT" - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -123,6 +117,30 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 114] Last updated at 2019-09-22 11:00:07 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl 5", @@ -186,7 +204,7 @@ 6, 11, 52, - 21, + 23, 1, 0, 8, @@ -481,23 +499,5 @@ 14 ] } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - } + ] } |
