aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 07:03:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 07:03:18 +0100
commit95e3212a76562e5aef1dfc11f6828e73e692a39e (patch)
tree70d2a8e19ba1932290fd0e829065155eebc1bfbd /stats/pwc-current.json
parent7c7291d9a792064aba44a3128ff79e74f7e36d7d (diff)
downloadperlweeklychallenge-club-95e3212a76562e5aef1dfc11f6828e73e692a39e.tar.gz
perlweeklychallenge-club-95e3212a76562e5aef1dfc11f6828e73e692a39e.tar.bz2
perlweeklychallenge-club-95e3212a76562e5aef1dfc11f6828e73e692a39e.zip
- Added solutions by Stuart Little.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json73
1 files changed, 46 insertions, 27 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 9d34b7d62a..533c024ac4 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -26,72 +26,91 @@
"id" : "Luca Ferrari"
},
{
- "id" : "Mark Anderson",
"name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Mark Anderson"
+ },
+ {
+ "id" : "Stuart Little",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Stuart Little"
}
]
},
- "legend" : {
- "enabled" : 0
- },
"series" : [
{
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 111",
"data" : [
{
- "drilldown" : "E. Choroba",
"y" : 2,
+ "drilldown" : "E. Choroba",
"name" : "E. Choroba"
},
{
+ "y" : 4,
"name" : "Luca Ferrari",
- "drilldown" : "Luca Ferrari",
- "y" : 4
+ "drilldown" : "Luca Ferrari"
},
{
- "drilldown" : "Mark Anderson",
"y" : 2,
+ "drilldown" : "Mark Anderson",
"name" : "Mark Anderson"
+ },
+ {
+ "y" : 4,
+ "name" : "Stuart Little",
+ "drilldown" : "Stuart Little"
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 111",
+ "colorByPoint" : 1
}
],
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"subtitle" : {
- "text" : "[Champions: 3] Last updated at 2021-05-04 05:56:13 GMT"
+ "text" : "[Champions: 4] Last updated at 2021-05-04 06:02:54 GMT"
},
- "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/>"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 111"
+ },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
"format" : "{point.y}",
"enabled" : 1
- },
- "borderWidth" : 0
+ }
}
},
- "xAxis" : {
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 111"
- },
- "chart" : {
- "type" : "column"
+ "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/>"
}
}