From 3d3900a2f0f69c54a34683e4e1b5da007b4af9d9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 25 Jan 2021 20:10:43 +0000 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 b07d0c65e1..3a802b438e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,21 @@ { "subtitle" : { - "text" : "Last updated at 2021-01-25 19:55:46 GMT" + "text" : "Last updated at 2021-01-25 20:03:39 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -23,41 +23,41 @@ ], [ "Perl", - 4474 + 4476 ], [ "Raku", - 2916 + 2918 ] ], + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "y" : 10 + }, "name" : "Contributions" } ], + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" } } -- cgit