diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0fcbf76db3..443a65dd81 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,25 @@ { - "subtitle" : { - "text" : "Last updated at 2022-11-28 13:19:30 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + } }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -26,7 +27,7 @@ ], [ "Perl", - 9428 + 9429 ], [ "Raku", @@ -34,30 +35,29 @@ ] ], "dataLabels" : { - "enabled" : "true", - "align" : "right", - "rotation" : -90, "y" : 10, - "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}" + } } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-28 13:39:13 GMT" + }, + "legend" : { + "enabled" : "false" } } |
