diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-13 10:17:24 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-13 10:17:24 +0000 |
| commit | f8f28b37385d7c615f053f82eed482bfd362a407 (patch) | |
| tree | 1b791cbd59a13dbc4596aeeb43abc67819f30bc9 /stats/pwc-language-breakdown-summary.json | |
| parent | 53e7bbedcba4903f23ff0c75ae1815ae22d2197a (diff) | |
| download | perlweeklychallenge-club-f8f28b37385d7c615f053f82eed482bfd362a407.tar.gz perlweeklychallenge-club-f8f28b37385d7c615f053f82eed482bfd362a407.tar.bz2 perlweeklychallenge-club-f8f28b37385d7c615f053f82eed482bfd362a407.zip | |
- Added blog post for week 147 by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9d010c3982..bd3016e1d7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,43 +2,24 @@ "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-02-13 10:06:18 GMT" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { - "dataLabels" : { - "align" : "right", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 2264 + 2265 ], [ "Perl", @@ -48,16 +29,35 @@ "Raku", 4370 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "y" : 10 + }, + "name" : "Contributions" } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-13 10:15:53 GMT" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "chart" : { - "type" : "column" } } |
