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 f3cc47a73c..9c863a9c47 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2021-02-19 06:17:42 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" }, "xAxis" : { "labels" : { @@ -11,36 +23,23 @@ }, "type" : "category" }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2021-02-19 06:20:59 GMT" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, "rotation" : -90, "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "enabled" : "true", - "format" : "{point.y:.0f}" + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -48,16 +47,17 @@ ], [ "Perl", - 4679 + 4681 ], [ "Raku", 3012 ] - ] + ], + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" } } |
