diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-16 09:25:12 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-16 09:25:12 +0000 |
| commit | 61bf45cc4a6a6282d910ecbb6b3ab1fa80145b1b (patch) | |
| tree | 273dc19bc6bb3d0759e78f1583271cfce5b04ca8 /stats/pwc-language-breakdown-summary.json | |
| parent | 90e03069f191d95517e420a7b8ee60ba72b04e0c (diff) | |
| download | perlweeklychallenge-club-61bf45cc4a6a6282d910ecbb6b3ab1fa80145b1b.tar.gz perlweeklychallenge-club-61bf45cc4a6a6282d910ecbb6b3ab1fa80145b1b.tar.bz2 perlweeklychallenge-club-61bf45cc4a6a6282d910ecbb6b3ab1fa80145b1b.zip | |
- Added solutions by Duane Powell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8815016f22..f67a521245 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,49 @@ { - "subtitle" : { - "text" : "Last updated at 2020-01-15 11:38:03 GMT" + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "subtitle" : { + "text" : "Last updated at 2020-01-16 09:24:32 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10 + }, "data" : [ [ "Blog", @@ -14,50 +51,13 @@ ], [ "Perl", - 1741 + 1743 ], [ "Raku", 1056 ] - ], - "dataLabels" : { - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + ] } - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - } + ] } |
