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 e4e2850f42..b63983250d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 1731 + 1732 ], [ "Perl", - 5786 + 5788 ], [ "Raku", - 3618 + 3620 ] ], - "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "align" : "right", "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "align" : "right", + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true" } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "chart" : { "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2021-07-18 19:54:12 GMT" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2021-07-18 20:10:48 GMT" + }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } |
