diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-03 23:45:10 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-03 23:45:10 +0000 |
| commit | 2de028dcbeb26213a4cae513a5e7fa971d3cbcb6 (patch) | |
| tree | f35f2268d59e73bd0db7222ea9ad799c897aee1e /stats/pwc-summary.json | |
| parent | e2e043c2e5217ed30db7b0df58e43ce0ea5d1691 (diff) | |
| download | perlweeklychallenge-club-2de028dcbeb26213a4cae513a5e7fa971d3cbcb6.tar.gz perlweeklychallenge-club-2de028dcbeb26213a4cae513a5e7fa971d3cbcb6.tar.bz2 perlweeklychallenge-club-2de028dcbeb26213a4cae513a5e7fa971d3cbcb6.zip | |
- Added solutions by Colin Crain.
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 24592ca9e5..77c7eb6839 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,19 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 213] Last updated at 2021-01-03 23:44:50 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -36,7 +49,7 @@ 49, 0, 1, - 70, + 71, 2, 1, 27, @@ -215,8 +228,7 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -473,7 +485,7 @@ 23, 0, 0, - 34, + 35, 0, 0, 0, @@ -658,18 +670,15 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 213] Last updated at 2021-01-03 23:38:16 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -886,14 +895,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
