aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-10 11:38:39 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-10 11:38:39 +0000
commiteafbcb908967a51753c6578afb7694dbff764e61 (patch)
treebbd090d796f6a16bbdb42ede24f51d249ead8afa /stats/pwc-current.json
parent8281bdb331d1d40447b54125ab3013aaf4178127 (diff)
downloadperlweeklychallenge-club-eafbcb908967a51753c6578afb7694dbff764e61.tar.gz
perlweeklychallenge-club-eafbcb908967a51753c6578afb7694dbff764e61.tar.bz2
perlweeklychallenge-club-eafbcb908967a51753c6578afb7694dbff764e61.zip
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json85
1 files changed, 50 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 7556dc6256..047f4cc64d 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,31 +1,4 @@
{
- "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" : "Perl Weekly Challenge - 047",
- "data" : [
- {
- "y" : 4,
- "drilldown" : "Luca Ferrari",
- "name" : "Luca Ferrari"
- }
- ]
- }
- ],
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-02-10 11:33:55 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 047"
- },
"plotOptions" : {
"series" : {
"borderWidth" : 0,
@@ -35,20 +8,30 @@
}
}
},
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2020-02-10 11:38:25 GMT"
+ },
+ "tooltip" : {
+ "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/>",
+ "followPointer" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 047"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "chart" : {
- "type" : "column"
- },
"drilldown" : {
"series" : [
{
+ "name" : "Luca Ferrari",
+ "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -58,10 +41,42 @@
"Blog",
2
]
- ],
- "name" : "Luca Ferrari",
- "id" : "Luca Ferrari"
+ ]
+ },
+ {
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ]
}
]
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "y" : 4,
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ }
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 047"
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
}
}