diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-28 11:06:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-28 11:06:59 +0100 |
| commit | e97e572e436628c141ab2fbc7361e2f96b41825c (patch) | |
| tree | 81bd6cc3be4a1ce22763c7c2c897b9f08863a55c /stats/pwc-language-breakdown-summary.json | |
| parent | b8ca25755d427a90d5052ca5855b664be2fa8a44 (diff) | |
| download | perlweeklychallenge-club-e97e572e436628c141ab2fbc7361e2f96b41825c.tar.gz perlweeklychallenge-club-e97e572e436628c141ab2fbc7361e2f96b41825c.tar.bz2 perlweeklychallenge-club-e97e572e436628c141ab2fbc7361e2f96b41825c.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ec308a566f..d64e5b2602 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,12 @@ { - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-04-28 01:18:58 GMT" + "legend" : { + "enabled" : "false" }, "yAxis" : { "min" : 0, @@ -26,27 +14,15 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2021-04-28 10:06:43 GMT" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "y" : 10, - "align" : "right" - }, "data" : [ [ "Blog", - 1510 + 1511 ], [ "Perl", @@ -57,7 +33,31 @@ 3292 ] ], + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right" + }, "name" : "Contributions" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + } } |
