diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f27388faba..aa1e62aad1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2024-03-30 16:06:19 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", - 4685 + 4687 ], [ "Perl", - 13560 + 13564 ], [ "Raku", 7869 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + } + } + ], + "subtitle" : { + "text" : "Last updated at 2024-03-31 12:44:21 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } - ] + }, + "legend" : { + "enabled" : "false" + } } |
