diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2f53a4ba9a..6d5b18b247 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2023-11-27 04:49:10 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "align" : "right" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 4234 + 4233 ], [ "Perl", - 12614 + 12616 ], [ "Raku", 7277 ] - ] - } - ], - "subtitle" : { - "text" : "Last updated at 2023-11-27 04:23:52 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + ], + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10 } } - }, - "chart" : { - "type" : "column" - }, + ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" } } |
