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 f637e5c83b..0b64b7e184 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,7 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -18,42 +13,47 @@ ], [ "Raku", - 5561 + 5563 ] ], "dataLabels" : { - "rotation" : -90, "y" : 10, - "align" : "right", - "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", + "rotation" : -90, "color" : "#FFFFFF" - }, - "name" : "Contributions" + } } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "legend" : { "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2022-11-08 20:09:35 GMT" + "text" : "Last updated at 2022-11-09 19:47:58 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, |
