From ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 22 Aug 2021 11:21:51 +0100 Subject: - Added solution by Jan Krnavek. --- stats/pwc-language-breakdown-summary.json | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 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 13dfa00c64..436a54cb49 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,20 @@ { - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { "dataLabels" : { - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" + "enabled" : "true", + "rotation" : -90, + "y" : 10, + "align" : "right" }, "name" : "Contributions", "data" : [ @@ -43,21 +28,36 @@ ], [ "Raku", - 3746 + 3747 ] ] } ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-22 10:21:24 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-08-22 04:21:59 GMT" + }, + "type" : "category" } } -- cgit