diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 16:27:45 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 16:27:45 +0000 |
| commit | d904513eeb1c9fc8c958cab0db7f7fd2d34bed8b (patch) | |
| tree | 0b6b36a36b1a10aadd9b01a9498b5b08a58451d4 /stats/pwc-language-breakdown-summary.json | |
| parent | e9f7228e7750bbc5b8a4cee7b20e6a66ce41d038 (diff) | |
| download | perlweeklychallenge-club-d904513eeb1c9fc8c958cab0db7f7fd2d34bed8b.tar.gz perlweeklychallenge-club-d904513eeb1c9fc8c958cab0db7f7fd2d34bed8b.tar.bz2 perlweeklychallenge-club-d904513eeb1c9fc8c958cab0db7f7fd2d34bed8b.zip | |
- Added blog post by Roger Bell_West.
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 faa751aea8..294abe793b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,41 +1,52 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "subtitle" : { + "text" : "Last updated at 2022-02-03 09:30:20 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 + }, + "legend" : { + "enabled" : "false" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2022-02-03 07:59:09 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { "dataLabels" : { "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "y" : 10, + "align" : "right", "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", - 2243 + 2244 ], [ "Perl", @@ -45,19 +56,8 @@ "Raku", 4341 ] - ] + ], + "name" : "Contributions" } - ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" - } + ] } |
