diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 18:11:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 18:11:48 +0000 |
| commit | 216d703b3de15bb91103eebb1f49fc5ee6e8bfe8 (patch) | |
| tree | a20615897f675f8d4dd7e7d643c3f2081f4942ff /stats/pwc-language-breakdown-summary.json | |
| parent | 98601ee41218b581d7d98c109a58cf8e79bf3cf1 (diff) | |
| download | perlweeklychallenge-club-216d703b3de15bb91103eebb1f49fc5ee6e8bfe8.tar.gz perlweeklychallenge-club-216d703b3de15bb91103eebb1f49fc5ee6e8bfe8.tar.bz2 perlweeklychallenge-club-216d703b3de15bb91103eebb1f49fc5ee6e8bfe8.zip | |
- Added blogs by Luca Ferrari.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 245f69f2c9..e9828273f7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,32 @@ { - "subtitle" : { - "text" : "Last updated at 2020-03-09 18:08:32 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2020-03-09 18:11:30 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "rotation" : -90 - }, + "name" : "Contributions", "data" : [ [ "Blog", - 543 + 545 ], [ "Perl", @@ -33,24 +37,20 @@ 1296 ] ], - "name" : "Contributions" + "dataLabels" : { + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "type" : "category", "labels" : { |
