diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5c39f9e1fd..a314bea5e0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,12 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-05-02 07:53:19 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { @@ -11,7 +17,7 @@ ], [ "Perl", - 5186 + 5191 ], [ "Raku", @@ -19,45 +25,39 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "enabled" : "true", "y" : 10, + "format" : "{point.y:.0f}", "align" : "right", "rotation" : -90 }, "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2021-05-01 20:25:27 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
