aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-11 18:34:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-11 18:34:38 +0100
commitcefeb18424e1559ed194eba6f8c8b0fde2e709c8 (patch)
tree1dea13a9c44c3aa660e0a349402154573db9f225 /stats/pwc-current.json
parent6e00dfa6b8f41f396a170bfc6f7729f94c80c38b (diff)
downloadperlweeklychallenge-club-cefeb18424e1559ed194eba6f8c8b0fde2e709c8.tar.gz
perlweeklychallenge-club-cefeb18424e1559ed194eba6f8c8b0fde2e709c8.tar.bz2
perlweeklychallenge-club-cefeb18424e1559ed194eba6f8c8b0fde2e709c8.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json123
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index eabde25597..3868d262ea 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,32 +1,65 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "title" : {
+ "text" : "The Weekly Challenge - 160"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
},
"xAxis" : {
"type" : "category"
},
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "[Champions: 4] Last updated at 2022-04-11 17:27:22 GMT"
- },
- "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/>"
+ "text" : "[Champions: 5] Last updated at 2022-04-11 17:32:59 GMT"
},
+ "series" : [
+ {
+ "data" : [
+ {
+ "y" : 2,
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba"
+ },
+ {
+ "y" : 3,
+ "name" : "James Smith",
+ "drilldown" : "James Smith"
+ },
+ {
+ "drilldown" : "Marton Polgar",
+ "y" : 2,
+ "name" : "Marton Polgar"
+ },
+ {
+ "drilldown" : "Matthew Neleigh",
+ "y" : 2,
+ "name" : "Matthew Neleigh"
+ },
+ {
+ "drilldown" : "Roger Bell_West",
+ "y" : 4,
+ "name" : "Roger Bell_West"
+ }
+ ],
+ "name" : "The Weekly Challenge - 160",
+ "colorByPoint" : 1
+ }
+ ],
"drilldown" : {
"series" : [
{
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
+ },
+ {
"id" : "James Smith",
- "name" : "James Smith",
"data" : [
[
"Perl",
@@ -36,7 +69,8 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "James Smith"
},
{
"data" : [
@@ -45,8 +79,8 @@
2
]
],
- "name" : "Marton Polgar",
- "id" : "Marton Polgar"
+ "id" : "Marton Polgar",
+ "name" : "Marton Polgar"
},
{
"id" : "Matthew Neleigh",
@@ -74,43 +108,24 @@
}
]
},
- "title" : {
- "text" : "The Weekly Challenge - 160"
- },
"legend" : {
"enabled" : 0
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "tooltip" : {
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1,
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
- "series" : [
- {
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 160",
- "data" : [
- {
- "name" : "James Smith",
- "drilldown" : "James Smith",
- "y" : 3
- },
- {
- "name" : "Marton Polgar",
- "drilldown" : "Marton Polgar",
- "y" : 2
- },
- {
- "name" : "Matthew Neleigh",
- "drilldown" : "Matthew Neleigh",
- "y" : 2
- },
- {
- "name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West",
- "y" : 4
- }
- ]
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
}
- ]
+ },
+ "chart" : {
+ "type" : "column"
+ }
}