diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 711491ccac..075f7f51cc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,21 @@ { - "subtitle" : { - "text" : "Last updated at 2021-11-08 00:25:46 GMT" - }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + } }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2021-11-08 01:00:25 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" @@ -34,14 +25,14 @@ "name" : "Contributions", "dataLabels" : { "color" : "#FFFFFF", + "y" : 10, "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, - "rotation" : -90, "enabled" : "true", + "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "data" : [ @@ -51,13 +42,22 @@ ], [ "Perl", - 6579 + 6581 ], [ "Raku", - 3990 + 3992 ] ] } - ] + ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + } } |
