diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6d324e72a1..3b19cdef4d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,62 +2,62 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-02-16 23:37:27 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "subtitle" : { - "text" : "Last updated at 2020-02-16 21:13:03 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "type" : "category" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "format" : "{point.y:.0f}", "y" : 10, + "color" : "#FFFFFF", "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}" + "enabled" : "true" }, "name" : "Contributions", "data" : [ [ "Blog", - 501 + 502 ], [ "Perl", - 1939 + 1941 ], [ "Raku", - 1184 + 1186 ] ] } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
