diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f56351c00a..c249a948e3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,39 +1,21 @@ { "subtitle" : { - "text" : "Last updated at 2020-01-06 17:20:54 GMT" + "text" : "Last updated at 2020-01-07 13:27:34 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } } }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90 - }, "name" : "Contributions", "data" : [ [ @@ -42,22 +24,40 @@ ], [ "Perl", - 1692 + 1694 ], [ "Raku", 1028 ] - ] + ], + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "y" : 10, + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } } ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" } } |
