From a2dcbbbcc3a246b0136e40aee20170a021f0b573 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 24 May 2021 15:39:30 +0100 Subject: - Added solution by Mark Anderson. --- stats/pwc-language-breakdown-summary.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 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 ceb5a16d67..49792fcca1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,44 +1,38 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-24 14:39:09 GMT" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "dataLabels" : { - "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", + "y" : 10, "format" : "{point.y:.0f}", - "enabled" : "true" + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" }, "name" : "Contributions", "data" : [ @@ -52,12 +46,18 @@ ], [ "Raku", - 3402 + 3403 ] ] } ], - "subtitle" : { - "text" : "Last updated at 2021-05-24 13:08:13 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit