diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c7df823d92..8f3dc26f48 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,21 @@ { "subtitle" : { - "text" : "Last updated at 2020-08-23 11:48:19 GMT" + "text" : "Last updated at 2020-08-23 12:50:15 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -11,53 +26,38 @@ ], [ "Perl", - 3090 + 3092 ], [ "Raku", 2009 ] ], + "name" : "Contributions", "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right", - "y" : 10 - }, - "name" : "Contributions" + } + } } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
