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