From 714603dc0f603f2b624103a04a49f436021a594d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 22 Oct 2020 20:28:09 +0100 Subject: - Added solutions by Myoungjin Jeon. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 1992d93e45..fa06555630 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,17 +1,27 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2020-10-22 19:26:49 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF" + "y" : 10 }, "data" : [ [ @@ -20,16 +30,21 @@ ], [ "Perl", - 3621 + 3623 ], [ "Raku", 2317 ] - ], - "name" : "Contributions" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "type" : "category", "labels" : { @@ -39,25 +54,10 @@ } } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2020-10-22 00:55:57 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } -- cgit From 89421f14095148aefcd254da3d728b6150b22cc3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 22 Oct 2020 21:15:59 +0100 Subject: - Added solution by Steve Rogerson. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 fa06555630..708567c60e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,18 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2020-10-22 19:26:49 GMT" + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "y" : 10 - }, "data" : [ [ "Blog", @@ -30,34 +20,44 @@ ], [ "Perl", - 3623 + 3624 ], [ "Raku", 2317 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right" + } } ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-10-22 20:15:23 GMT" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit