From 6f2624ddd7cc97b7601dd2fefd91ce4a10c10b33 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 22 Mar 2020 20:00:14 +0000 Subject: - Added solutions by User Person. --- 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 e29dbf3762..cdadf0f7a4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,16 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,35 +18,46 @@ ], [ "Perl", - 2189 + 2191 ], [ "Raku", 1339 ] ], - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right" + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 } } ], + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "chart" : { "type" : "column" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2020-03-22 19:47:39 GMT" + "text" : "Last updated at 2020-03-22 19:59:05 GMT" } } -- cgit