diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-06-10 14:00:41 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-06-10 14:00:41 +0100 |
| commit | 48c3a14d8d4e1f14aa4ea66ecc2bfd01e73690aa (patch) | |
| tree | a23f0b2490969ccd2d78aea1feb9fcecdfd10616 /stats/pwc-language-breakdown-summary.json | |
| parent | b9b5afa16f9e06cec6f3dae7db65c9d08482d500 (diff) | |
| parent | 8fc3ae23025949d2da0c49826fa13d714523c73e (diff) | |
| download | perlweeklychallenge-club-48c3a14d8d4e1f14aa4ea66ecc2bfd01e73690aa.tar.gz perlweeklychallenge-club-48c3a14d8d4e1f14aa4ea66ecc2bfd01e73690aa.tar.bz2 perlweeklychallenge-club-48c3a14d8d4e1f14aa4ea66ecc2bfd01e73690aa.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 | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dbd16d154c..33be333c84 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,59 +5,59 @@ }, "min" : 0 }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-06-09 21:28:57 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, "format" : "{point.y:.0f}", - "rotation" : -90, "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "rotation" : -90, + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", - 2601 + 2602 ], [ "Perl", - 8169 + 8173 ], [ "Raku", - 4840 + 4843 ] - ], - "name" : "Contributions" - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + ] } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2022-06-07 22:14:13 GMT" - } + ] } |
