diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0956936d7b..93204bf7ee 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -7,57 +7,57 @@ "data" : [ [ "Blog", - 1496 + 1497 ], [ "Perl", - 5146 + 5148 ], [ "Raku", 3273 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", + "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", - "rotation" : -90, - "enabled" : "true", "y" : 10, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", "color" : "#FFFFFF" - }, - "name" : "Contributions" + } } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "subtitle" : { + "text" : "Last updated at 2021-04-25 20:17:58 GMT" + }, + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-04-25 20:05:19 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" } } |
