diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index fa054e6c66..eacacc1c94 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,10 @@ { "subtitle" : { - "text" : "Last updated at 2022-07-03 17:44:25 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "text" : "Last updated at 2022-07-03 18:03:13 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -18,30 +16,23 @@ ], [ "Raku", - 4952 + 4954 ] ], "dataLabels" : { + "rotation" : -90, "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, - "y" : 10 - }, - "name" : "Contributions" + "format" : "{point.y:.0f}", + "align" : "right", + "y" : 10, + "enabled" : "true" + } } ], - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, @@ -51,6 +42,15 @@ }, "min" : 0 }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "type" : "category", "labels" : { |
