diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 90444e7e2c..715f79aad0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,27 @@ { + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-25 21:04:41 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { @@ -15,14 +30,13 @@ "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, + "rotation" : -90, "color" : "#FFFFFF", "align" : "right", + "y" : 10, "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90 + "enabled" : "true" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -30,30 +44,16 @@ ], [ "Perl", - 5374 + 5376 ], [ "Raku", 3417 ] - ] + ], + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2021-05-25 20:45:22 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : null |
