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 5590c5e796..14287c07ef 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,12 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "subtitle" : { - "text" : "Last updated at 2021-11-24 01:54:40 GMT" + "text" : "Last updated at 2021-11-24 02:00:00 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90 - }, "data" : [ [ "Blog", @@ -29,35 +14,50 @@ ], [ "Perl", - 6704 + 6706 ], [ "Raku", 4085 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true" + } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } - }, - "legend" : { - "enabled" : "false" } } |
