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 676d8fd375..58b2ee0a78 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "subtitle" : { - "text" : "Last updated at 2020-11-04 05:15:17 GMT" + "text" : "Last updated at 2020-11-09 06:26:18 GMT" }, "series" : [ { + "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 1084 + 1094 ], [ "Perl", - 3746 + 3787 ], [ "Raku", - 2400 + 2438 ] ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "y" : 10, - "align" : "right", - "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90 - }, "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } + } + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
