diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-18 10:17:32 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-18 10:17:32 +0100 |
| commit | 5b26df6511449ebb59d221cf9250002d454cddc7 (patch) | |
| tree | e6cefcd4e54381c8fadde0aff803c3dbf95a7ed3 /stats/pwc-summary.json | |
| parent | 238a3e65aba05e1c791f17ea01941b54b78cba7f (diff) | |
| download | perlweeklychallenge-club-5b26df6511449ebb59d221cf9250002d454cddc7.tar.gz perlweeklychallenge-club-5b26df6511449ebb59d221cf9250002d454cddc7.tar.bz2 perlweeklychallenge-club-5b26df6511449ebb59d221cf9250002d454cddc7.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index fe12704975..3e954eb5af 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,15 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -228,21 +239,8 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "subtitle" : { - "text" : "[Champions: 222] Last updated at 2021-05-18 09:04:38 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "text" : "[Champions: 222] Last updated at 2021-05-18 09:17:03 GMT" }, "series" : [ { @@ -388,7 +386,7 @@ 7, 7, 4, - 49, + 50, 1, 0, 26, @@ -473,7 +471,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -697,9 +694,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -923,13 +922,14 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
