diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7bc77f6e2b..633fe392d2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,44 @@ { + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", "y" : 10, "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" }, "name" : "Contributions", "data" : [ @@ -31,33 +52,12 @@ ], [ "Raku", - 1542 + 1543 ] ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2020-05-04 08:18:42 GMT" + "text" : "Last updated at 2020-05-04 08:41:52 GMT" } } |
