diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 327d9bb4e5..dd17296cdb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,33 @@ { - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-12-11 12:42:31 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-12-10 19:20:41 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -51,13 +35,29 @@ ], [ "Perl", - 9524 + 9526 ], [ "Raku", 5718 ] - ] + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } - ] + ], + "legend" : { + "enabled" : "false" + } } |
