diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e82f5796ba..f6549c816e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,38 +1,29 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2022-11-21 13:31:59 GMT" + "legend" : { + "enabled" : "false" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, "rotation" : -90, - "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "align" : "right", - "enabled" : "true" + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}" }, "data" : [ [ @@ -41,23 +32,32 @@ ], [ "Perl", - 9370 + 9372 ], [ "Raku", - 5624 + 5626 ] ], "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2022-11-21 13:55:32 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
