diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6d9eb64806..fd558641ec 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,41 +1,32 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2020-03-09 15:21:43 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "subtitle" : { - "text" : "Last updated at 2020-03-09 11:14:03 GMT" + "chart" : { + "type" : "column" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, - "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "align" : "right", - "format" : "{point.y:.0f}" + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true" }, "name" : "Contributions", "data" : [ @@ -45,7 +36,7 @@ ], [ "Perl", - 2115 + 2117 ], [ "Raku", @@ -57,6 +48,15 @@ "legend" : { "enabled" : "false" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" } |
