From 5c01e5e636203aa19e363b240e9d224b621571b4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 11 Aug 2021 20:36:05 +0100 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 86 +++++++++++++++---------------- 1 file changed, 43 insertions(+), 43 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 0ce6bf1bde..4d9fb91e22 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-09 06:29:26 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ [ "Blog", - 1791 + 1792 ], [ "Perl", - 5954 + 5956 ], [ "Raku", - 3708 + 3709 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, + "align" : "right", "format" : "{point.y:.0f}", - "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right", - "color" : "#FFFFFF", - "rotation" : -90 - } + "enabled" : "true" + }, + "name" : "Contributions" } - ] + ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-11 19:35:17 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + } } -- cgit From ec1abff904f32af047710d3a3cbbf3f8ca49e815 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 11 Aug 2021 21:02:39 +0100 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 4d9fb91e22..e684a0afae 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,34 @@ { + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -8,49 +36,18 @@ ], [ "Perl", - 5956 + 5958 ], [ "Raku", 3709 ] - ], - "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-11 19:35:17 GMT" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, @@ -59,5 +56,8 @@ "text" : null }, "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2021-08-11 20:01:30 GMT" } } -- cgit