diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7b21ae9f1c..44c930cba1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -3,17 +3,14 @@ "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2020-09-13 21:16:19 GMT" - }, "series" : [ { "data" : [ @@ -23,41 +20,44 @@ ], [ "Perl", - 3247 + 3249 ], [ "Raku", - 2116 + 2118 ] ], + "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", + "align" : "right", "format" : "{point.y:.0f}", "enabled" : "true", - "align" : "right", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } - }, - "name" : "Contributions" + }, + "y" : 10, + "color" : "#FFFFFF" + } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-13 21:33:50 GMT" + }, "legend" : { "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
