diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-10 23:39:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-10 23:39:09 +0100 |
| commit | 17208afa20aa2657d1b6a3a121856688b1c6cc52 (patch) | |
| tree | 9f26cbf9b417deabbb7c98d686156bd272b397cd /stats/pwc-summary-61-90.json | |
| parent | ae8eda275674a7dd9f91bade159a3e05843253ff (diff) | |
| download | perlweeklychallenge-club-17208afa20aa2657d1b6a3a121856688b1c6cc52.tar.gz perlweeklychallenge-club-17208afa20aa2657d1b6a3a121856688b1c6cc52.tar.bz2 perlweeklychallenge-club-17208afa20aa2657d1b6a3a121856688b1c6cc52.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 841515fc71..b1d2d5c698 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,55 +1,4 @@ { - "xAxis" : { - "categories" : [ - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Fabrizio Poggi", - "Feng Chang", - "Finley", - "Flavio Poletti", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Garrett Goebel", - "Giuseppe Di Terlizzi", - "Guillermo Ramos", - "Gurunandan Bhat", - "Gustavo Chaves", - "habere-et-dispetire", - "Hauke Dampfling", - "Humberto Massa", - "Ian Goodnight", - "Ian Rifkin", - "Ildar Shaimordanov", - "Ioannis Bourlakos", - "Ivan Dimitrov", - "Izifresh", - "Jacques Guinnebault", - "Jaime Corchado", - "Jake", - "Jaldhar H. Vyas", - "James Marquis" - ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-07-10 21:25:48 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "series" : [ { "data" : [ @@ -87,6 +36,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -118,11 +68,9 @@ 0, 287, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 1, @@ -154,14 +102,66 @@ 0, 132, 0 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "xAxis" : { + "categories" : [ + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Fabrizio Poggi", + "Feng Chang", + "Finley", + "Flavio Poletti", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Garrett Goebel", + "Giuseppe Di Terlizzi", + "Guillermo Ramos", + "Gurunandan Bhat", + "Gustavo Chaves", + "habere-et-dispetire", + "Hauke Dampfling", + "Humberto Massa", + "Ian Goodnight", + "Ian Rifkin", + "Ildar Shaimordanov", + "Ioannis Bourlakos", + "Ivan Dimitrov", + "Izifresh", + "Jacques Guinnebault", + "Jaime Corchado", + "Jake", + "Jaldhar H. Vyas", + "James Marquis" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-07-10 22:35:22 GMT" } } |
