diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 13:33:36 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 13:33:36 +0100 |
| commit | 5b5a003786951ca2e7c92e4d34a04669e6a277a4 (patch) | |
| tree | e983f56bc21e6fdc85a1e27af2816125882c928e /stats/pwc-language-breakdown-summary.json | |
| parent | 08130b20934d14f6e8ab22fe0801db438bac3fb7 (diff) | |
| download | perlweeklychallenge-club-5b5a003786951ca2e7c92e4d34a04669e6a277a4.tar.gz perlweeklychallenge-club-5b5a003786951ca2e7c92e4d34a04669e6a277a4.tar.bz2 perlweeklychallenge-club-5b5a003786951ca2e7c92e4d34a04669e6a277a4.zip | |
- Added solutions by Roger Bell_West.
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 c1cd9b3f44..1a1894e316 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2019-10-07 12:10:59 GMT" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -39,25 +8,56 @@ ], [ "Perl 5", - 1139 + 1141 ], [ "Perl 6", - 690 + 691 ] ], + "name" : "Contributions", "dataLabels" : { - "y" : 10, + "align" : "right", "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, + "rotation" : -90, "enabled" : "true", - "align" : "right", "format" : "{point.y:.0f}", - "rotation" : -90 + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10 } } - ] + ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2019-10-07 12:33:15 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + } } |
