diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-02 17:16:00 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-02 17:16:00 +0000 |
| commit | ea530bc5cf89e42ab0175eec72b2ebccfa3fdad4 (patch) | |
| tree | b0c67aab5f3f0b89abe7ec3eb107a7648a2f32e4 /stats/pwc-summary-121-150.json | |
| parent | 05594b511709e75cc13c72043d2cec77bfeb5d3a (diff) | |
| download | perlweeklychallenge-club-ea530bc5cf89e42ab0175eec72b2ebccfa3fdad4.tar.gz perlweeklychallenge-club-ea530bc5cf89e42ab0175eec72b2ebccfa3fdad4.tar.bz2 perlweeklychallenge-club-ea530bc5cf89e42ab0175eec72b2ebccfa3fdad4.zip | |
- Added solutions by Robert DiCicco.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index f2e7a270c2..0448586556 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,6 +1,16 @@ { + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-02-02 16:45:32 GMT" + "text" : "[Champions: 30] Last updated at 2022-02-02 17:14:00 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { "min" : 0, @@ -8,6 +18,40 @@ "text" : "" } }, + "xAxis" : { + "categories" : [ + "Konstantinos Giannakakis", + "Lakpa Tashi Bhutia", + "Lance Wicks", + "Lars Balker", + "Lars Thegler", + "Laurent Rosenfeld", + "Leo Manfredi", + "Leoltron", + "Lubos Kolouch", + "Luca Ferrari", + "Lucas Ransan", + "Luis F. Uceta", + "Magnus Woldrich", + "Mano Chandar", + "Mark Anderson", + "Mark J. Reed", + "Mark Senn", + "Markus Holzer", + "Martin Barth", + "Martin Mugeni", + "Marton Polgar", + "Matt Latusek", + "Matthew Neleigh", + "Matthew O. Persico", + "Matthew Somerville", + "Max Kossek", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Hamlin", + "Michael Schaap" + ] + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -15,7 +59,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 4, 37, @@ -47,9 +90,11 @@ 12, 4, 0 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -81,8 +126,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -119,49 +163,5 @@ 0 ] } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "xAxis" : { - "categories" : [ - "Konstantinos Giannakakis", - "Lakpa Tashi Bhutia", - "Lance Wicks", - "Lars Balker", - "Lars Thegler", - "Laurent Rosenfeld", - "Leo Manfredi", - "Leoltron", - "Lubos Kolouch", - "Luca Ferrari", - "Lucas Ransan", - "Luis F. Uceta", - "Magnus Woldrich", - "Mano Chandar", - "Mark Anderson", - "Mark J. Reed", - "Mark Senn", - "Markus Holzer", - "Martin Barth", - "Martin Mugeni", - "Marton Polgar", - "Matt Latusek", - "Matthew Neleigh", - "Matthew O. Persico", - "Matthew Somerville", - "Max Kossek", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Hamlin", - "Michael Schaap" - ] - }, - "chart" : { - "type" : "column" - } + ] } |
