aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-15 22:48:41 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-15 22:48:41 +0000
commit77fa793c1769f520663db912c463afcac9392fc7 (patch)
treed236d580f3b949aecab80d117742d0029952eec9 /stats/pwc-current.json
parent061017be2bdd2eeba270930893918d5ba8556b33 (diff)
downloadperlweeklychallenge-club-77fa793c1769f520663db912c463afcac9392fc7.tar.gz
perlweeklychallenge-club-77fa793c1769f520663db912c463afcac9392fc7.tar.bz2
perlweeklychallenge-club-77fa793c1769f520663db912c463afcac9392fc7.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 9b13b54bcb..af9372d317 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,43 +1,69 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
"xAxis" : {
"type" : "category"
},
+ "legend" : {
+ "enabled" : 0
+ },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2022-03-15 22:40:02 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge - 156"
},
- "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" : [
+ {
+ "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" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
},
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge - 156"
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
},
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2022-03-15 22:45:49 GMT"
},
"drilldown" : {
"series" : [
{
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -47,7 +73,9 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
"data" : [
@@ -60,12 +88,12 @@
1
]
],
- "id" : "James Smith",
- "name" : "James Smith"
+ "name" : "James Smith",
+ "id" : "James Smith"
},
{
- "id" : "Roger Bell_West",
"name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -76,30 +104,21 @@
2
]
]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan"
}
]
- },
- "series" : [
- {
- "data" : [
- {
- "y" : 3,
- "name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby"
- },
- {
- "y" : 3,
- "drilldown" : "James Smith",
- "name" : "James Smith"
- },
- {
- "name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West",
- "y" : 4
- }
- ],
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 156"
- }
- ]
+ }
}