diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e18e211d4d..1b945a4d7e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,25 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { "name" : "Contributions", @@ -9,7 +30,7 @@ ], [ "Perl", - 3718 + 3720 ], [ "Raku", @@ -17,47 +38,26 @@ ] ], "dataLabels" : { - "rotation" : -90, - "y" : 10, + "enabled" : "true", "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true" + "rotation" : -90, + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF" } } ], "subtitle" : { - "text" : "Last updated at 2020-11-02 00:40:22 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "text" : "Last updated at 2020-11-02 00:43:24 GMT" }, "chart" : { "type" : "column" }, "legend" : { "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } } } |
