aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 19:55:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 19:55:29 +0100
commit1bdc238658f52c494040ccae602d5ecf75cb9bec (patch)
tree4accd87ae7eb3a4620c090f1a8db4f40b79d5db5 /stats/pwc-current.json
parentc04449167f0aafb9c3039a5bea1c10ef2c30b492 (diff)
downloadperlweeklychallenge-club-1bdc238658f52c494040ccae602d5ecf75cb9bec.tar.gz
perlweeklychallenge-club-1bdc238658f52c494040ccae602d5ecf75cb9bec.tar.bz2
perlweeklychallenge-club-1bdc238658f52c494040ccae602d5ecf75cb9bec.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json117
1 files changed, 68 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index de47d9d327..2ae86346d2 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,31 +1,18 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "title" : {
- "text" : "The Weekly Challenge - 175"
- },
"drilldown" : {
"series" : [
{
+ "name" : "Dave Cross",
"data" : [
[
"Perl",
2
]
],
- "name" : "Dave Cross",
"id" : "Dave Cross"
},
{
+ "name" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -36,18 +23,17 @@
6
]
],
- "name" : "Luca Ferrari",
"id" : "Luca Ferrari"
},
{
- "id" : "Mark Anderson",
- "name" : "Mark Anderson",
"data" : [
[
"Blog",
2
]
- ]
+ ],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
},
{
"name" : "Peter Campbell Smith",
@@ -64,6 +50,7 @@
"id" : "Peter Campbell Smith"
},
{
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -74,22 +61,19 @@
2
]
],
- "name" : "Roger Bell_West",
"id" : "Roger Bell_West"
},
{
- "id" : "Simon Proctor",
+ "name" : "Simon Proctor",
"data" : [
[
"Raku",
1
]
],
- "name" : "Simon Proctor"
+ "id" : "Simon Proctor"
},
{
- "id" : "Stephen G Lynn",
- "name" : "Stephen G Lynn",
"data" : [
[
"Perl",
@@ -103,27 +87,57 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Stephen G Lynn",
+ "id" : "Stephen G Lynn"
+ },
+ {
+ "id" : "W. Luis Mochan",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "W. Luis Mochan"
}
]
},
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "[Champions: 8] Last updated at 2022-07-25 18:53:38 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 175"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
"series" : [
{
- "colorByPoint" : 1,
"name" : "The Weekly Challenge - 175",
"data" : [
{
- "y" : 2,
+ "name" : "Dave Cross",
"drilldown" : "Dave Cross",
- "name" : "Dave Cross"
+ "y" : 2
},
{
- "name" : "Luca Ferrari",
"drilldown" : "Luca Ferrari",
- "y" : 8
+ "y" : 8,
+ "name" : "Luca Ferrari"
},
{
"name" : "Mark Anderson",
@@ -131,14 +145,14 @@
"drilldown" : "Mark Anderson"
},
{
- "name" : "Peter Campbell Smith",
"y" : 3,
- "drilldown" : "Peter Campbell Smith"
+ "drilldown" : "Peter Campbell Smith",
+ "name" : "Peter Campbell Smith"
},
{
- "name" : "Roger Bell_West",
"y" : 4,
- "drilldown" : "Roger Bell_West"
+ "drilldown" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
},
{
"y" : 1,
@@ -146,28 +160,33 @@
"name" : "Simon Proctor"
},
{
- "y" : 5,
+ "name" : "Stephen G Lynn",
"drilldown" : "Stephen G Lynn",
- "name" : "Stephen G Lynn"
+ "y" : 5
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "y" : 3,
+ "drilldown" : "W. Luis Mochan"
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"followPointer" : 1,
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "subtitle" : {
- "text" : "[Champions: 7] Last updated at 2022-07-25 18:45:24 GMT"
+ "xAxis" : {
+ "type" : "category"
}
}