diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 69bf55faa9..a1c6ea76f6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,29 +1,26 @@ { - "legend" : { - "enabled" : "false" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" }, "series" : [ { "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10 + "y" : 10, + "enabled" : "true" }, "data" : [ [ @@ -32,22 +29,16 @@ ], [ "Perl", - 13328 + 13332 ], [ "Raku", - 7690 + 7692 ] ], "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "subtitle" : { - "text" : "Last updated at 2024-02-29 10:10:29 GMT" - }, "xAxis" : { "type" : "category", "labels" : { @@ -57,7 +48,16 @@ } } }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, "chart" : { "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2024-02-29 19:14:49 GMT" } } |
