aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-22 14:15:16 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-22 14:15:16 +0100
commitd888e55b931f01864d3e322de8f1b1df90afc96d (patch)
tree91308edc445bfa9aecacf7212dd8f5e8cf1e6f7e /stats/pwc-current.json
parent862dbc020233257bec86c141638a0f9932262328 (diff)
downloadperlweeklychallenge-club-d888e55b931f01864d3e322de8f1b1df90afc96d.tar.gz
perlweeklychallenge-club-d888e55b931f01864d3e322de8f1b1df90afc96d.tar.bz2
perlweeklychallenge-club-d888e55b931f01864d3e322de8f1b1df90afc96d.zip
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json117
1 files changed, 70 insertions, 47 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index cc25238b47..860e911c99 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,45 +1,28 @@
{
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "series" : [
- {
- "data" : [
- {
- "name" : "Luca Ferrari",
- "drilldown" : "Luca Ferrari",
- "y" : 4
- },
- {
- "y" : 1,
- "name" : "Pete Houston",
- "drilldown" : "Pete Houston"
- }
- ],
- "name" : "Perl Weekly Challenge - 066",
- "colorByPoint" : 1
- }
- ],
- "legend" : {
- "enabled" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge - 066"
},
"drilldown" : {
"series" : [
{
+ "name" : "Javier Luque",
+ "id" : "Javier Luque",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
"data" : [
[
"Raku",
@@ -54,29 +37,69 @@
"id" : "Luca Ferrari"
},
{
+ "id" : "Pete Houston",
+ "name" : "Pete Houston",
"data" : [
[
"Perl",
1
]
- ],
- "id" : "Pete Houston",
- "name" : "Pete Houston"
+ ]
}
]
},
- "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
+ "series" : [
+ {
+ "data" : [
+ {
+ "drilldown" : "Javier Luque",
+ "y" : 5,
+ "name" : "Javier Luque"
+ },
+ {
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari",
+ "y" : 4
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Pete Houston",
+ "name" : "Pete Houston"
+ }
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 066"
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
},
"xAxis" : {
"type" : "category"
},
"subtitle" : {
- "text" : "[Champions: 2] Last updated at 2020-06-22 10:57:41 GMT"
+ "text" : "[Champions: 3] Last updated at 2020-06-22 13:14:54 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge - 066"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "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/>"
}
}