aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-16 10:57:34 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-16 10:57:34 +0000
commit6f9de1ef7b77ab7ff467120805a1d2ee4396a512 (patch)
tree39beaae3888cc3b831d5c842414eba89ff27f363 /stats/pwc-current.json
parent7bb9027fb54ccf64fafd7ba03c94f65cf9853d97 (diff)
downloadperlweeklychallenge-club-6f9de1ef7b77ab7ff467120805a1d2ee4396a512.tar.gz
perlweeklychallenge-club-6f9de1ef7b77ab7ff467120805a1d2ee4396a512.tar.bz2
perlweeklychallenge-club-6f9de1ef7b77ab7ff467120805a1d2ee4396a512.zip
- Added blog 048 by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d824aba51d..52936ab3e8 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,93 +1,93 @@
{
+ "xAxis" : {
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2020-03-16 10:57:26 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 052"
+ },
+ "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/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
"series" : [
{
"colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 052",
"data" : [
{
+ "drilldown" : "Dave Cross",
"name" : "Dave Cross",
- "y" : 2,
- "drilldown" : "Dave Cross"
+ "y" : 2
},
{
"y" : 1,
- "name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby"
+ "drilldown" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
},
{
"name" : "Simon Proctor",
- "y" : 1,
- "drilldown" : "Simon Proctor"
+ "drilldown" : "Simon Proctor",
+ "y" : 1
}
- ],
- "name" : "Perl Weekly Challenge - 052"
+ ]
}
],
"drilldown" : {
"series" : [
{
+ "id" : "Dave Cross",
+ "name" : "Dave Cross",
"data" : [
[
"Perl",
2
]
- ],
- "id" : "Dave Cross",
- "name" : "Dave Cross"
+ ]
},
{
- "id" : "Dave Jacoby",
- "name" : "Dave Jacoby",
"data" : [
[
"Perl",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
"id" : "Simon Proctor",
- "name" : "Simon Proctor",
"data" : [
[
"Raku",
1
]
- ]
+ ],
+ "name" : "Simon Proctor"
}
]
},
- "xAxis" : {
- "type" : "category"
- },
"legend" : {
"enabled" : 0
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 052"
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2020-03-16 10:49:39 GMT"
- },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
- },
- "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/>"
}
}