diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c2eed03a27..2892b013b1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,37 @@ { - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-03-13 07:44:15 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "legend" : { + "enabled" : "false" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "subtitle" : { + "text" : "Last updated at 2021-03-13 07:52:10 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -35,29 +39,25 @@ ], [ "Perl", - 4852 + 4855 ], [ "Raku", 3104 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right", + "rotation" : -90, "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90 + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" } } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - } + ] } |
