aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-91-120.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-12 22:25:10 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-12 22:25:10 +0000
commitfa6a694b3e4a4e7a99a24e08cc8f1bbee3829424 (patch)
treefdd76a923f9864cee4d1b47edaf14d481ddb3b85 /stats/pwc-summary-91-120.json
parentb7b53a2df1ad86287170ec79f078e1bfc2646707 (diff)
downloadperlweeklychallenge-club-fa6a694b3e4a4e7a99a24e08cc8f1bbee3829424.tar.gz
perlweeklychallenge-club-fa6a694b3e4a4e7a99a24e08cc8f1bbee3829424.tar.bz2
perlweeklychallenge-club-fa6a694b3e4a4e7a99a24e08cc8f1bbee3829424.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
-rw-r--r--stats/pwc-summary-91-120.json108
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json
index 3198fc8c9f..ae32f6a7e6 100644
--- a/stats/pwc-summary-91-120.json
+++ b/stats/pwc-summary-91-120.json
@@ -1,49 +1,26 @@
{
- "xAxis" : {
- "categories" : [
- "Nick Logan",
- "Nikhil Prasanna",
- "Noud Aldenhoven",
- "Chenyf",
- "Oleksii Tsvietnov",
- "Olli-Antti Kivilahti",
- "Ozzy",
- "Pavel Jurca",
- "Pavel Starikov",
- "Pete Houston",
- "Pete Sergeant",
- "Peter Scott",
- "Petr Roubicek",
- "Philippe Bruhat",
- "Prajith P",
- "Rage311",
- "Randy Lauen",
- "Richard Nuttall",
- "Robert Van Dam",
- "Robert Gratza",
- "Roger Bell West",
- "Ruben Westerberg",
- "Ryan Thompson",
- "Saif Ahmed",
- "Sean Meininger",
- "Sergio Iglesias",
- "Rakesh Kumar Shardiwal",
- "Shaun Pearce",
- "Simon Miner",
- "Simon Proctor"
- ]
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
"shared" : 1
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-01-12 22:24:05 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
8,
3,
@@ -75,8 +52,7 @@
0,
1,
5
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -114,6 +90,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -145,23 +122,46 @@
0,
0,
7
- ],
- "name" : "Blog"
+ ]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
},
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-01-12 22:18:06 GMT"
+ "xAxis" : {
+ "categories" : [
+ "Nick Logan",
+ "Nikhil Prasanna",
+ "Noud Aldenhoven",
+ "Chenyf",
+ "Oleksii Tsvietnov",
+ "Olli-Antti Kivilahti",
+ "Ozzy",
+ "Pavel Jurca",
+ "Pavel Starikov",
+ "Pete Houston",
+ "Pete Sergeant",
+ "Peter Scott",
+ "Petr Roubicek",
+ "Philippe Bruhat",
+ "Prajith P",
+ "Rage311",
+ "Randy Lauen",
+ "Richard Nuttall",
+ "Robert Van Dam",
+ "Robert Gratza",
+ "Roger Bell West",
+ "Ruben Westerberg",
+ "Ryan Thompson",
+ "Saif Ahmed",
+ "Sean Meininger",
+ "Sergio Iglesias",
+ "Rakesh Kumar Shardiwal",
+ "Shaun Pearce",
+ "Simon Miner",
+ "Simon Proctor"
+ ]
}
}