diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1d99a46633..0341de2631 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,9 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2025-04-21 02:36:58 GMT" + }, + "legend" : { + "enabled" : "false" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2025]" @@ -11,53 +11,53 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Perl", - 16447 + 16449 ], [ "Raku", - 9164 + 9167 ], [ "Blog", - 5808 + 5809 ] - ], - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, - "subtitle" : { - "text" : "Last updated at 2025-04-20 08:38:57 GMT" + "chart" : { + "type" : "column" } } |
