diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0e2ba9dc53..9a17a9fee1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,23 +5,19 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "format" : "{point.y:.0f}", + "enabled" : "true", "rotation" : -90, - "enabled" : "true" + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10 }, "data" : [ [ @@ -30,32 +26,36 @@ ], [ "Perl", - 5281 + 5283 ], [ "Raku", 3354 ] - ] + ], + "name" : "Contributions" } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2021-05-12 08:29:57 GMT" + "text" : "Last updated at 2021-05-12 08:36:57 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" |
