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 a7e0bc5596..0e6c3b7db1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,51 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-01 18:38:26 GMT" + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "enabled" : "true", "format" : "{point.y:.0f}", - "color" : "#FFFFFF", "y" : 10, - "enabled" : "true" + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90 }, "data" : [ [ "Blog", - 2056 + 2057 ], [ "Perl", - 6761 + 6763 ], [ "Raku", @@ -36,28 +54,10 @@ ] } ], - "subtitle" : { - "text" : "Last updated at 2021-12-01 18:28:43 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } } } } |
