diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-19 02:10:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-19 02:10:45 +0100 |
| commit | 3822e63a36a559ed8eb95a4ab9b5f110c72f7a50 (patch) | |
| tree | 37eb91b70455fffb8a566d33901a52a43e2a59a3 /stats/pwc-language-breakdown-summary.json | |
| parent | e0f220c38c709ad731fdec0849339fcbae2de7c0 (diff) | |
| download | perlweeklychallenge-club-3822e63a36a559ed8eb95a4ab9b5f110c72f7a50.tar.gz perlweeklychallenge-club-3822e63a36a559ed8eb95a4ab9b5f110c72f7a50.tar.bz2 perlweeklychallenge-club-3822e63a36a559ed8eb95a4ab9b5f110c72f7a50.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2d84969b91..129a76c7cf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,62 +2,62 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right" - }, "data" : [ [ "Blog", - 694 + 695 ], [ "Perl", - 2549 + 2551 ], [ "Raku", 1605 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right" + } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2020-05-19 01:10:16 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2020-05-19 01:08:08 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } |
