diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8e14328617..48412f7a65 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,26 +5,21 @@ "text" : null } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, - "subtitle" : { - "text" : "Last updated at 2020-12-27 21:10:16 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -32,32 +27,37 @@ ], [ "Perl", - 4201 + 4205 ], [ "Raku", 2792 ] ], - "name" : "Contributions", "dataLabels" : { "enabled" : "true", - "align" : "right", - "rotation" : -90, + "color" : "#FFFFFF", "format" : "{point.y:.0f}", "y" : 10, + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF" + "rotation" : -90 } } ], + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-12-27 21:19:59 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
