diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-15 09:07:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-15 09:07:24 +0100 |
| commit | d33a07de9e844cf604a9c714a93f5d3a125fbbcf (patch) | |
| tree | e156217d42a842a0c900f72aeb9836530606d18c /stats/pwc-language-breakdown-summary.json | |
| parent | eb9ee76998d13310a0d5d7b60dea6f8fe6b14d5b (diff) | |
| download | perlweeklychallenge-club-d33a07de9e844cf604a9c714a93f5d3a125fbbcf.tar.gz perlweeklychallenge-club-d33a07de9e844cf604a9c714a93f5d3a125fbbcf.tar.bz2 perlweeklychallenge-club-d33a07de9e844cf604a9c714a93f5d3a125fbbcf.zip | |
- Added solutions by Joelle Maslak.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1f4fac2c69..37e7ae370a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,18 @@ { - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "type" : "category" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "subtitle" : { + "text" : "Last updated at 2019-09-15 08:06:34 GMT" }, "series" : [ { @@ -23,41 +23,41 @@ ], [ "Perl 5", - 1017 + 1019 ], [ "Perl 6", - 613 + 615 ] ], "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", "y" : 10, - "align" : "right", + "format" : "{point.y:.0f}", "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "enabled" : "true" }, "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2019-09-14 21:51:05 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" } } |
