diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f73d0aa855..46d0e2a87a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,12 +2,6 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { "type" : "category", "labels" : { @@ -17,14 +11,17 @@ } } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2022-11-01 17:46:38 GMT" + "text" : "Last updated at 2022-11-01 20:51:29 GMT" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { @@ -39,25 +36,28 @@ ], [ "Raku", - 5532 + 5534 ] ], "name" : "Contributions", "dataLabels" : { + "y" : 10, "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", "color" : "#FFFFFF", - "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" } } ], - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
