diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9915b6b1c0..dd6f90ebca 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,39 +1,25 @@ { - "subtitle" : { - "text" : "Last updated at 2024-04-28 10:00:24 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2024-04-28 18:09:00 GMT" }, "series" : [ { "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, + "color" : "#FFFFFF", "y" : 10, "format" : "{point.y:.0f}", - "align" : "right" + "enabled" : "true", + "align" : "right", + "rotation" : -90 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -41,23 +27,37 @@ ], [ "Perl", - 13791 + 13799 ], [ "Raku", 8000 ] - ], - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" } } |
