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 3fbec3be36..55a897fc1c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-06 03:05:43 GMT" }, "series" : [ { "data" : [ [ "Blog", - 2055 + 2070 ], [ "Perl", - 6753 + 6806 ], [ "Raku", - 4099 + 4127 ] ], "dataLabels" : { - "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, "color" : "#FFFFFF", - "y" : 10 + "align" : "right", + "enabled" : "true" }, "name" : "Contributions" } - ], - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2021-11-29 08:28:28 GMT" - } + ] } |
