diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-13 23:41:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-13 23:41:37 +0100 |
| commit | c6a98363a08cdfd6aaf9ba5ca41b287098df7acb (patch) | |
| tree | ef477b03a635cb85984000bac8fc51e89d93c299 /stats/pwc-language-breakdown-summary.json | |
| parent | 553127b62f402e156505ee7079940811e9755cca (diff) | |
| download | perlweeklychallenge-club-c6a98363a08cdfd6aaf9ba5ca41b287098df7acb.tar.gz perlweeklychallenge-club-c6a98363a08cdfd6aaf9ba5ca41b287098df7acb.tar.bz2 perlweeklychallenge-club-c6a98363a08cdfd6aaf9ba5ca41b287098df7acb.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index df749d0ade..3a675867d7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,33 @@ { + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-10-13 22:41:29 GMT" + }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "subtitle" : { - "text" : "Last updated at 2019-10-13 20:48:49 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "series" : [ { @@ -17,47 +38,26 @@ ], [ "Perl 5", - 1173 + 1175 ], [ "Perl 6", - 710 + 712 ] ], "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "enabled" : "true" + "rotation" : -90 }, "name" : "Contributions" } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - } + ] } |
