diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-14 15:05:14 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-14 15:05:14 +0000 |
| commit | 4e54fca523d11ae55bfe4cef8a59965278762642 (patch) | |
| tree | 1164d8193fe5b769f6ece53b14c9ab2e738919b2 /stats/pwc-summary-181-210.json | |
| parent | 22c79a16c34e37b308b3fbcec0f7f4ae201f330d (diff) | |
| download | perlweeklychallenge-club-4e54fca523d11ae55bfe4cef8a59965278762642.tar.gz perlweeklychallenge-club-4e54fca523d11ae55bfe4cef8a59965278762642.tar.bz2 perlweeklychallenge-club-4e54fca523d11ae55bfe4cef8a59965278762642.zip | |
- Added solutions by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index b6d14fcf1d..ccd4215f9f 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,9 +1,15 @@ { + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Shaun Pearce", @@ -38,20 +44,19 @@ "Walt Mankowski" ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-02-14 14:59:54 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { + "name" : "Perl", "data" : [ 0, 22, @@ -83,8 +88,7 @@ 4, 24, 65 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -122,6 +126,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -153,15 +158,10 @@ 0, 12, 16 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-02-14 15:04:50 GMT" } } |
