From f8b6102ef5eba8236bb3cf7769a8fe046ad4e538 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 15 Aug 2021 16:15:12 +0100 Subject: - Added solutions by Matthew Neleigh. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 7af5d4caef..96872ad898 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,13 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2021-08-15 15:05:09 GMT" + "text" : "Last updated at 2021-08-15 15:14:46 GMT" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, @@ -19,6 +16,19 @@ }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -26,38 +36,28 @@ ], [ "Perl", - 5974 + 5976 ], [ "Raku", 3721 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit