diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-19 03:25:15 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-19 03:25:15 +0100 |
| commit | 4e43c029e19083428f5865a85d00ea7a39db5f3a (patch) | |
| tree | 2f85cc7cd084c39aa6e174549c04edaada284670 /stats/pwc-language-breakdown-summary.json | |
| parent | 565c6bae770379e82ae577b22983dff47c6ee0ed (diff) | |
| download | perlweeklychallenge-club-4e43c029e19083428f5865a85d00ea7a39db5f3a.tar.gz perlweeklychallenge-club-4e43c029e19083428f5865a85d00ea7a39db5f3a.tar.bz2 perlweeklychallenge-club-4e43c029e19083428f5865a85d00ea7a39db5f3a.zip | |
- Added video to task 2 of week 108.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c4befad61a..d607734fce 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,25 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2021-04-19 02:14:41 GMT" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2021-04-19 02:24:28 GMT" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 1479 + 1480 ], [ "Perl", @@ -42,22 +32,32 @@ ], "dataLabels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "align" : "right", + "rotation" : -90, "color" : "#FFFFFF", "enabled" : "true", "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right" - } + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
