diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-01-02 04:06:49 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-01-02 04:09:39 +0000 |
| commit | 73a4d4e1018d40d59b31f7acbe493d60916d96dc (patch) | |
| tree | 3168fa8333c8ccf4f40f3837e109d0efed47aaaf /stats/pwc-summary-121-150.json | |
| parent | b23c0b301c006c4317e56c442020bdb98327842b (diff) | |
| download | perlweeklychallenge-club-73a4d4e1018d40d59b31f7acbe493d60916d96dc.tar.gz perlweeklychallenge-club-73a4d4e1018d40d59b31f7acbe493d60916d96dc.tar.bz2 perlweeklychallenge-club-73a4d4e1018d40d59b31f7acbe493d60916d96dc.zip | |
- Added template for week 198.
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 022a7244b8..64227bf6b4 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,24 +1,51 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "xAxis" : { + "categories" : [ + "John Barrett", + "Jonas Berlin", + "Jorg Sommrey", + "Jose Luis", + "Juan Caballero", + "Julien Fiegehenn", + "Julio de Castro", + "Kai Burgdorf", + "Kang-min Liu", + "Kaushik Tunuguntla", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kiran Kumar", + "Kivanc Yazan", + "Kjetil Skotheim", + "Konstantinos Giannakakis", + "Kueppo Wesley", + "Lakpa Tashi Bhutia", + "Lance Wicks", + "Lars Balker", + "Lars Thegler", + "Laurent Rosenfeld", + "Leo Manfredi", + "Leoltron", + "Lubos Kolouch", + "Luca Ferrari", + "Lucas Ransan", + "Luis F. Uceta", + "Luiz Felipe" + ] + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-01-02 03:56:19 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { - "name" : "Perl", "data" : [ 7, 0, @@ -50,7 +77,8 @@ 0, 0, 4 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -88,7 +116,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -120,48 +147,21 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "xAxis" : { - "categories" : [ - "John Barrett", - "Jonas Berlin", - "Jorg Sommrey", - "Jose Luis", - "Juan Caballero", - "Julien Fiegehenn", - "Julio de Castro", - "Kai Burgdorf", - "Kang-min Liu", - "Kaushik Tunuguntla", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kiran Kumar", - "Kivanc Yazan", - "Kjetil Skotheim", - "Konstantinos Giannakakis", - "Kueppo Wesley", - "Lakpa Tashi Bhutia", - "Lance Wicks", - "Lars Balker", - "Lars Thegler", - "Laurent Rosenfeld", - "Leo Manfredi", - "Leoltron", - "Lubos Kolouch", - "Luca Ferrari", - "Lucas Ransan", - "Luis F. Uceta", - "Luiz Felipe" - ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-01-01 23:30:21 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
