diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-05-18 22:19:52 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-05-18 22:19:52 +0100 |
| commit | d8828a6cfbadb2f453508a4390777534ab4e5dca (patch) | |
| tree | 777df3bd09f6988996d50aeefe21bd757cf57041 /stats/pwc-language-breakdown-summary.json | |
| parent | acf7efe3c26276e986c039273f2df7179de5ab24 (diff) | |
| parent | 28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05 (diff) | |
| download | perlweeklychallenge-club-d8828a6cfbadb2f453508a4390777534ab4e5dca.tar.gz perlweeklychallenge-club-d8828a6cfbadb2f453508a4390777534ab4e5dca.tar.bz2 perlweeklychallenge-club-d8828a6cfbadb2f453508a4390777534ab4e5dca.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2dfb934702..a5ccd9ff76 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-05-18 15:36:01 GMT" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2021-05-18 09:34:06 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "enabled" : "true", "rotation" : -90, - "y" : 10 + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", - 1566 + 1570 ], [ "Perl", - 5325 + 5330 ], [ "Raku", - 3376 + 3382 ] - ], - "name" : "Contributions" + ] } ] } |
