diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 22352f5405..ea745d2bba 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,12 +2,15 @@ "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "subtitle" : { + "text" : "Last updated at 2020-06-05 08:14:19 GMT" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, @@ -20,22 +23,19 @@ "text" : null } }, - "subtitle" : { - "text" : "Last updated at 2020-06-05 07:55:35 GMT" - }, "series" : [ { "dataLabels" : { - "rotation" : -90, "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", "y" : 10, + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" }, "data" : [ [ @@ -48,7 +48,7 @@ ], [ "Raku", - 1661 + 1663 ] ], "name" : "Contributions" |
