aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-08 08:56:39 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-08 08:56:39 +0000
commitf119996e0b361797437a59d9bfa42d39bdecaeaa (patch)
tree1056d0e83d3fffd29e77afcac92f83f0f253141b /stats/pwc-current.json
parent4aec15afb8978d5d23747b975d8367a5c50c572b (diff)
downloadperlweeklychallenge-club-f119996e0b361797437a59d9bfa42d39bdecaeaa.tar.gz
perlweeklychallenge-club-f119996e0b361797437a59d9bfa42d39bdecaeaa.tar.bz2
perlweeklychallenge-club-f119996e0b361797437a59d9bfa42d39bdecaeaa.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json109
1 files changed, 64 insertions, 45 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 151df2a287..852ce6d415 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,41 +1,22 @@
{
- "tooltip" : {
- "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/>"
- },
- "title" : {
- "text" : "The Weekly Challenge - 151"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
"series" : [
{
+ "name" : "The Weekly Challenge - 151",
"data" : [
{
- "name" : "E. Choroba",
"y" : 2,
- "drilldown" : "E. Choroba"
+ "drilldown" : "E. Choroba",
+ "name" : "E. Choroba"
},
{
- "y" : 2,
+ "y" : 3,
+ "drilldown" : "James Smith",
+ "name" : "James Smith"
+ },
+ {
+ "name" : "Mark Anderson",
"drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "y" : 2
},
{
"drilldown" : "Mohammad S Anwar",
@@ -43,15 +24,45 @@
"name" : "Mohammad S Anwar"
},
{
- "y" : 4,
"drilldown" : "Roger Bell_West",
+ "y" : 4,
"name" : "Roger Bell_West"
}
],
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 151"
+ "colorByPoint" : 1
}
],
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2022-02-08 07:45:03 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 151"
+ },
+ "tooltip" : {
+ "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/>",
+ "followPointer" : 1
+ },
"drilldown" : {
"series" : [
{
@@ -65,26 +76,42 @@
]
},
{
+ "name" : "James Smith",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "James Smith"
+ },
+ {
"id" : "Mark Anderson",
- "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Mark Anderson"
},
{
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
1
]
],
- "name" : "Mohammad S Anwar",
- "id" : "Mohammad S Anwar"
+ "name" : "Mohammad S Anwar"
},
{
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -94,19 +121,11 @@
"Raku",
2
]
- ],
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ ]
}
]
},
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2022-02-08 07:34:54 GMT"
- },
"xAxis" : {
"type" : "category"
- },
- "legend" : {
- "enabled" : 0
}
}