diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 712c70d9a0..efeb1e591d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "subtitle" : { - "text" : "Last updated at 2024-07-10 21:23:21 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "series" : [ { "data" : [ @@ -23,33 +8,39 @@ ], [ "Perl", - 14358 + 14362 ], [ "Raku", - 8312 + 8316 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "align" : "right", - "enabled" : "true" - } + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10 + }, + "name" : "Contributions" } ], + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category", @@ -59,5 +50,14 @@ "fontSize" : "13px" } } + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2024-07-11 08:54:07 GMT" } } |
