diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-14 09:44:33 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-14 09:44:33 +0100 |
| commit | 38b6508053972ac52bceac7ebb370039bb1d98f8 (patch) | |
| tree | ebeff5957d47bdb3d5c8337318d46b179574f63e /stats/pwc-language-breakdown-summary.json | |
| parent | 346f39428887cbecd377e77620470d254c0b2abc (diff) | |
| download | perlweeklychallenge-club-38b6508053972ac52bceac7ebb370039bb1d98f8.tar.gz perlweeklychallenge-club-38b6508053972ac52bceac7ebb370039bb1d98f8.tar.bz2 perlweeklychallenge-club-38b6508053972ac52bceac7ebb370039bb1d98f8.zip | |
- Added Live video for task #1 of week #77.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a615b235cb..cf19bcba24 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,40 +2,30 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "legend" : { "enabled" : "false" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2020-09-14 08:21:51 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "subtitle" : { + "text" : "Last updated at 2020-09-14 08:44:17 GMT" + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 966 + 967 ], [ "Perl", @@ -47,17 +37,27 @@ ] ], "dataLabels" : { - "enabled" : "true", "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "y" : 10, - "format" : "{point.y:.0f}", + "enabled" : "true", "rotation" : -90 + }, + "name" : "Contributions" + } + ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } - ] + } } |
