From 81e7845a80da552a4e0bf1a786ea16f27148d077 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 18 Aug 2019 22:26:01 +0100 Subject: - Added solutions by Arne Sommer. --- stats/pwc-language-breakdown-summary.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 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 72010f7d14..49c7e06a6a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,26 @@ { + "chart" : { + "type" : "column" + }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "enabled" : "true", + "y" : 10 + }, + "name" : "Contributions", "data" : [ [ "Blog", - 196 + 197 ], [ "Perl 5", @@ -12,52 +28,36 @@ ], [ "Perl 6", - 517 + 519 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right" - }, - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2019-08-18 16:28:34 GMT" + "text" : "Last updated at 2019-08-18 21:25:54 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "legend" : { + "enabled" : "false" } } -- cgit