diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ca93f013ba..c8ba04182a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,44 @@ { "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, "series" : [ { "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right" + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", - 1596 + 1597 ], [ "Perl", @@ -41,23 +48,16 @@ "Raku", 3429 ] - ], - "name" : "Contributions" + ] } ], "subtitle" : { - "text" : "Last updated at 2021-05-29 19:57:34 GMT" + "text" : "Last updated at 2021-05-29 20:40:28 GMT" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
