diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c7c651e39c..e541b0f069 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,42 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2020-09-16 15:59:34 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "legend" : { "enabled" : "false" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "y" : 10, + "rotation" : -90 + }, "data" : [ [ "Blog", @@ -17,47 +44,20 @@ ], [ "Perl", - 3284 + 3286 ], [ "Raku", - 2138 + 2140 ] ], - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true" - }, "name" : "Contributions" } ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2020-09-16 15:41:01 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" } } |
