diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 961cdcca40..be70b7fa2f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,46 +1,40 @@ { - "subtitle" : { - "text" : "Last updated at 2021-11-21 23:29:09 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : null }, - "min" : 0 + "type" : "category" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "enabled" : "true", + "format" : "{point.y:.0f}", "rotation" : -90, + "align" : "right", "color" : "#FFFFFF", "y" : 10, - "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "align" : "right" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -48,7 +42,7 @@ ], [ "Perl", - 6691 + 6693 ], [ "Raku", @@ -57,6 +51,12 @@ ] } ], + "subtitle" : { + "text" : "Last updated at 2021-11-21 23:44:23 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" } |
