diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 16d2436db8..f3f7367dba 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -3,38 +3,22 @@ "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2020-05-17 21:47:31 GMT" + "text" : "Last updated at 2020-05-18 08:23:44 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "legend" : { + "enabled" : "false" + }, "series" : [ { - "dataLabels" : { - "y" : 10, - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -42,22 +26,38 @@ ], [ "Perl", - 2540 + 2542 ], [ "Raku", - 1595 + 1596 ] - ] + ], + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
