From 9bab7c8a1adc24d6d5e48940b00d27aac247eb22 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 30 Mar 2020 20:19:05 +0100 Subject: - Added BLOG 050 by Roger Bell_West. --- stats/pwc-current.json | 92 +++++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 712b9c2f6c..77f1ad1760 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,53 +1,76 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 054" + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" }, - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, "series" : [ { - "name" : "Perl Weekly Challenge - 054", - "colorByPoint" : 1, "data" : [ { "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 2 + "y" : 2, + "name" : "Luca Ferrari" }, { "y" : 2, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" }, { - "y" : 2, + "drilldown" : "Yet Ebreo", "name" : "Yet Ebreo", - "drilldown" : "Yet Ebreo" + "y" : 2 } - ] + ], + "name" : "Perl Weekly Challenge - 054", + "colorByPoint" : 1 } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-03-30 19:18:10 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 054" + }, + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Luca Ferrari", - "name" : "Luca Ferrari", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" }, { - "name" : "Simon Proctor", "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Raku", @@ -62,32 +85,9 @@ 2 ] ], - "name" : "Yet Ebreo", - "id" : "Yet Ebreo" + "id" : "Yet Ebreo", + "name" : "Yet Ebreo" } ] - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-03-30 19:09:28 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
", - "followPointer" : 1 } } -- cgit