diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-01-11 06:16:46 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-01-11 06:16:46 +0000 |
| commit | f7d69a81862d0ff686fefd288191c26f2e153803 (patch) | |
| tree | 5a584a9b56fd79ea806c48cfcf3175ee05540cb3 /stats/pwc-language-breakdown-summary.json | |
| parent | 80a1b64153ca8fcde1b2f59b98fd21ecf0ac716a (diff) | |
| parent | d5aef342008aa2a96e8085194e3a3dc6975a723b (diff) | |
| download | perlweeklychallenge-club-f7d69a81862d0ff686fefd288191c26f2e153803.tar.gz perlweeklychallenge-club-f7d69a81862d0ff686fefd288191c26f2e153803.tar.bz2 perlweeklychallenge-club-f7d69a81862d0ff686fefd288191c26f2e153803.zip | |
vi ch-1.plMerge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f6b8f298dc..5ad4788e87 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "subtitle" : { + "text" : "Last updated at 2022-01-10 21:08:26 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 2170 + 2174 ], [ "Perl", - 7057 + 7060 ], [ "Raku", - 4251 + 4260 ] ], + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "enabled" : "true", + "rotation" : -90, "color" : "#FFFFFF", - "y" : 10, "format" : "{point.y:.0f}", "align" : "right", - "enabled" : "true" + "y" : 10 } } ], - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2022-01-10 01:33:21 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
