diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-01-12 15:59:26 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-01-12 15:59:26 +0000 |
| commit | dd99d53e09a332c4ff5153b8bb54c9506a03860d (patch) | |
| tree | e65264cbef15fbcd3e15dd12da74cc5084e507cb /stats/pwc-language-breakdown-summary.json | |
| parent | 94cdbab3f1198c78a3dcedb9ada1a8596114cfcb (diff) | |
| parent | d995c005f623c0f80f4cdfbf2247856c146fd7e3 (diff) | |
| download | perlweeklychallenge-club-dd99d53e09a332c4ff5153b8bb54c9506a03860d.tar.gz perlweeklychallenge-club-dd99d53e09a332c4ff5153b8bb54c9506a03860d.tar.bz2 perlweeklychallenge-club-dd99d53e09a332c4ff5153b8bb54c9506a03860d.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 | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5ad4788e87..9d23194794 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-10 21:08:26 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "legend" : { "enabled" : "false" @@ -16,48 +22,42 @@ }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2174 + 2180 ], [ "Perl", - 7060 + 7072 ], [ "Raku", - 4260 + 4261 ] ], - "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10 + } } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2022-01-12 14:16:56 GMT" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
