diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-31 02:08:01 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-31 02:08:01 +0000 |
| commit | a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3 (patch) | |
| tree | 8c90d21c68e4981ea875281f326bb44d11ebd40b /stats/pwc-language-breakdown-summary.json | |
| parent | 3d71b609040fa9738ac9afd6bb38140cbf8f3830 (diff) | |
| download | perlweeklychallenge-club-a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3.tar.gz perlweeklychallenge-club-a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3.tar.bz2 perlweeklychallenge-club-a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3.zip | |
- Added blogs by Abigail.
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 7ce1eaec0b..91d237ad30 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,10 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { - "dataLabels" : { - "y" : 10, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 2141 + 2143 ], [ "Perl", @@ -30,34 +14,50 @@ "Raku", 4204 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true" + }, + "name" : "Contributions" } ], "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "subtitle" : { - "text" : "Last updated at 2021-12-30 01:05:30 GMT" + "text" : "Last updated at 2021-12-31 02:06:41 GMT" + }, + "chart" : { + "type" : "column" } } |
