diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index da8e8b66a7..0d05fbf205 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,24 @@ { + "subtitle" : { + "text" : "Last updated at 2021-11-24 01:16:58 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +26,38 @@ ], [ "Perl", - 6697 + 6698 ], [ "Raku", - 4046 + 4081 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "chart" : { "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-11-24 01:00:45 GMT" - }, - "legend" : { - "enabled" : "false" } } |
