diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 16:21:36 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 16:21:36 +0000 |
| commit | 25a2c304925d4276c91130275dc68d7587590fc5 (patch) | |
| tree | d8bb31a89bc62b918724679059d9821017087262 /stats/pwc-language-breakdown-summary.json | |
| parent | 71f15a851e231c803b8b01a529d81bc07e59627e (diff) | |
| download | perlweeklychallenge-club-25a2c304925d4276c91130275dc68d7587590fc5.tar.gz perlweeklychallenge-club-25a2c304925d4276c91130275dc68d7587590fc5.tar.bz2 perlweeklychallenge-club-25a2c304925d4276c91130275dc68d7587590fc5.zip | |
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 730a99bdde..678a429aaa 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,4 @@ { - "series" : [ - { - "name" : "Contributions", - "data" : [ - [ - "Blog", - 444 - ], - [ - "Perl", - 1690 - ], - [ - "Raku", - 1020 - ] - ], - "dataLabels" : { - "y" : 10, - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right" - } - } - ], "yAxis" : { "title" : { "text" : null @@ -39,6 +8,9 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "legend" : { "enabled" : "false" }, @@ -48,16 +20,44 @@ "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, "subtitle" : { - "text" : "Last updated at 2020-01-06 15:28:32 GMT" + "text" : "Last updated at 2020-01-06 16:21:07 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - } + "series" : [ + { + "data" : [ + [ + "Blog", + 445 + ], + [ + "Perl", + 1692 + ], + [ + "Raku", + 1022 + ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "align" : "right", + "enabled" : "true", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + }, + "name" : "Contributions" + } + ] } |
