diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-16 00:08:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-16 00:08:13 +0100 |
| commit | 7a9a5d591c2bc3d66f16f14b055ea8ea922b8930 (patch) | |
| tree | 2fa7cf2e24ffc3c0c81179336ca1f60c73a00764 /stats/pwc-language-breakdown-summary.json | |
| parent | 2e7f90d0ea013451580354af546c840ba1e50afb (diff) | |
| download | perlweeklychallenge-club-7a9a5d591c2bc3d66f16f14b055ea8ea922b8930.tar.gz perlweeklychallenge-club-7a9a5d591c2bc3d66f16f14b055ea8ea922b8930.tar.bz2 perlweeklychallenge-club-7a9a5d591c2bc3d66f16f14b055ea8ea922b8930.zip | |
- Added solutions by Daniel Mantovani.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 25366797c9..6c9c27b189 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,19 @@ { - "subtitle" : { - "text" : "Last updated at 2019-06-15 22:52:42 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -36,28 +21,43 @@ ], [ "Perl 5", - 473 + 475 ], [ "Perl 6", 280 ] - ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}" - } + ] } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-15 23:07:30 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
