diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 72e19d4045..63708bd337 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,16 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, + "subtitle" : { + "text" : "Last updated at 2023-02-20 00:17:11 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -8,39 +20,33 @@ ], [ "Perl", - 10100 + 10102 ], [ "Raku", 6028 ] ], - "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, "enabled" : "true", - "align" : "right", - "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - } + "y" : 10, + "align" : "right" + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2023-02-19 22:51:34 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" + } }, "xAxis" : { "type" : "category", @@ -51,12 +57,6 @@ } } }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" } |
