diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d958f5b655..8748d15d2b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2024-09-30 14:28:24 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "text" : "Last updated at 2024-09-30 21:06:50 GMT" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "y" : 10, "enabled" : "true", "rotation" : -90, + "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "color" : "#FFFFFF" }, "data" : [ [ "Perl", - 15124 + 15132 ], [ "Raku", - 8575 + 8577 ], [ "Blog", - 5324 + 5327 ] - ] + ], + "name" : "Contributions" } - ] + ], + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + } } |
