diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 20:06:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 20:06:43 +0100 |
| commit | bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36 (patch) | |
| tree | 4e88b0ed880f5147b8c16c9d1289172518ee357e /stats/pwc-summary.json | |
| parent | cef3f43eac8266dca1249b29307c9481e41abe35 (diff) | |
| download | perlweeklychallenge-club-bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36.tar.gz perlweeklychallenge-club-bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36.tar.bz2 perlweeklychallenge-club-bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 53d14996e7..ef5f2d5966 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -285,11 +278,13 @@ "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-10-03 18:57:15 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -553,7 +548,7 @@ 12, 0, 2, - 94, + 95, 41, 97, 1, @@ -561,11 +556,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -837,10 +830,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1104,7 +1097,7 @@ 0, 0, 0, - 94, + 95, 17, 0, 0, @@ -1112,12 +1105,19 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-10-03 19:05:02 GMT" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : "" |
