aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-09-07 03:23:05 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-09-07 03:23:05 +0100
commitc37839003cb9c0805f33d120e1949fdf4b1b9246 (patch)
treee790fa84927a7ce716c1039a155f9fa36defeef8 /stats/pwc-current.json
parentb9a614cc6a9699de614275ef823d2a69265c84c8 (diff)
downloadperlweeklychallenge-club-c37839003cb9c0805f33d120e1949fdf4b1b9246.tar.gz
perlweeklychallenge-club-c37839003cb9c0805f33d120e1949fdf4b1b9246.tar.bz2
perlweeklychallenge-club-c37839003cb9c0805f33d120e1949fdf4b1b9246.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json99
1 files changed, 59 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 587a6e5ae5..c202914ea0 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,38 +1,4 @@
{
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge - 129"
- },
- "tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1,
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
- },
- "series" : [
- {
- "name" : "The Weekly Challenge - 129",
- "data" : [
- {
- "drilldown" : "Abigail",
- "y" : 2,
- "name" : "Abigail"
- },
- {
- "drilldown" : "Luca Ferrari",
- "name" : "Luca Ferrari",
- "y" : 4
- },
- {
- "drilldown" : "Roger Bell_West",
- "y" : 3,
- "name" : "Roger Bell_West"
- }
- ],
- "colorByPoint" : 1
- }
- ],
"plotOptions" : {
"series" : {
"borderWidth" : 0,
@@ -42,11 +8,11 @@
}
}
},
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2021-09-07 01:52:51 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge - 129"
},
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2021-09-07 02:21:59 GMT"
},
"drilldown" : {
"series" : [
@@ -61,6 +27,20 @@
"name" : "Abigail"
},
{
+ "name" : "Dave Jacoby",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Dave Jacoby"
+ },
+ {
"name" : "Luca Ferrari",
"data" : [
[
@@ -90,12 +70,51 @@
}
]
},
- "legend" : {
- "enabled" : 0
+ "xAxis" : {
+ "type" : "category"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "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/>",
+ "followPointer" : 1
+ },
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 129",
+ "data" : [
+ {
+ "name" : "Abigail",
+ "y" : 2,
+ "drilldown" : "Abigail"
+ },
+ {
+ "drilldown" : "Dave Jacoby",
+ "y" : 3,
+ "name" : "Dave Jacoby"
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
+ "y" : 3
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
+ },
+ "legend" : {
+ "enabled" : 0
}
}