From 37f7a8fdda722a8df258f11676317dfa9b4eabba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 6 Dec 2020 11:16:03 +0000 Subject: - Added solutions to week 68 and 69 by Stuart Little. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9e6a77886c..b64e3cf419 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,43 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -24,40 +49,15 @@ ], [ "Raku", - 2629 + 2633 ] - ], - "dataLabels" : { - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "subtitle" : { - "text" : "Last updated at 2020-12-06 11:09:03 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2020-12-06 11:14:41 GMT" } } -- cgit