diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-03-27 03:02:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-03-27 03:02:00 +0100 |
| commit | 8acc64f55504c735fee780ec850defed81baca88 (patch) | |
| tree | cc1adce350286f53ccb0cc8e5243d66c9c20b04f /stats/pwc-summary.json | |
| parent | bb1e9ef789f5008884e8cb02686590b879381998 (diff) | |
| download | perlweeklychallenge-club-8acc64f55504c735fee780ec850defed81baca88.tar.gz perlweeklychallenge-club-8acc64f55504c735fee780ec850defed81baca88.tar.bz2 perlweeklychallenge-club-8acc64f55504c735fee780ec850defed81baca88.zip | |
- Added solutions by Bob Lied.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index cf78a7126e..a69c60b422 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,11 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 285] Last updated at 2023-03-27 01:59:44 GMT" }, "xAxis" : { "categories" : [ @@ -311,6 +298,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -348,7 +336,7 @@ 0, 0, 2, - 62, + 63, 3, 29, 1, @@ -597,10 +585,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -887,8 +875,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -1181,7 +1168,20 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 285] Last updated at 2023-03-26 23:40:15 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" } } |
