aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-15 22:55:28 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-15 22:55:28 +0000
commit2c076bc5300926f26b264db8006fc356f9ab66ce (patch)
tree78ad9817ad46fdc5a584f4ca9143f6dd2bac6757 /stats/pwc-current.json
parent157dde692ffe557ed8359b94bb2ad8c83b44360e (diff)
downloadperlweeklychallenge-club-2c076bc5300926f26b264db8006fc356f9ab66ce.tar.gz
perlweeklychallenge-club-2c076bc5300926f26b264db8006fc356f9ab66ce.tar.bz2
perlweeklychallenge-club-2c076bc5300926f26b264db8006fc356f9ab66ce.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json121
1 files changed, 68 insertions, 53 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index af9372d317..dc650ccbca 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,53 +1,14 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"title" : {
"text" : "The Weekly Challenge - 156"
},
- "series" : [
- {
- "data" : [
- {
- "drilldown" : "Dave Jacoby",
- "y" : 3,
- "name" : "Dave Jacoby"
- },
- {
- "y" : 3,
- "name" : "James Smith",
- "drilldown" : "James Smith"
- },
- {
- "name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
- },
- {
- "name" : "W. Luis Mochan",
- "y" : 3,
- "drilldown" : "W. Luis Mochan"
- }
- ],
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 156"
- }
- ],
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
}
},
"chart" : {
@@ -58,12 +19,16 @@
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2022-03-15 22:45:49 GMT"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
},
"drilldown" : {
"series" : [
{
+ "name" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -74,10 +39,10 @@
1
]
],
- "name" : "Dave Jacoby",
"id" : "Dave Jacoby"
},
{
+ "id" : "James Smith",
"data" : [
[
"Perl",
@@ -88,11 +53,19 @@
1
]
],
- "name" : "James Smith",
- "id" : "James Smith"
+ "name" : "James Smith"
+ },
+ {
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ]
},
{
- "name" : "Roger Bell_West",
"id" : "Roger Bell_West",
"data" : [
[
@@ -103,7 +76,8 @@
"Raku",
2
]
- ]
+ ],
+ "name" : "Roger Bell_West"
},
{
"data" : [
@@ -116,9 +90,50 @@
1
]
],
- "id" : "W. Luis Mochan",
- "name" : "W. Luis Mochan"
+ "name" : "W. Luis Mochan",
+ "id" : "W. Luis Mochan"
}
]
- }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2022-03-15 22:52:54 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 156",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "y" : 3,
+ "name" : "Dave Jacoby",
+ "drilldown" : "Dave Jacoby"
+ },
+ {
+ "y" : 3,
+ "name" : "James Smith",
+ "drilldown" : "James Smith"
+ },
+ {
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "drilldown" : "W. Luis Mochan",
+ "y" : 3
+ }
+ ]
+ }
+ ]
}