diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-29 17:45:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-29 17:45:28 +0100 |
| commit | 145f59407ae78145d6d16d05cb6039ca05e11f44 (patch) | |
| tree | 24114e826aa01467115a1db7627a9e22ef1d73a8 /stats/pwc-language-breakdown-summary.json | |
| parent | f92fbb2b1dd71f269f01a7444cd0d21fe25f4175 (diff) | |
| download | perlweeklychallenge-club-145f59407ae78145d6d16d05cb6039ca05e11f44.tar.gz perlweeklychallenge-club-145f59407ae78145d6d16d05cb6039ca05e11f44.tar.bz2 perlweeklychallenge-club-145f59407ae78145d6d16d05cb6039ca05e11f44.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index edbfd0446d..2028e6759f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,15 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, "series" : [ { - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -38,26 +17,47 @@ ], [ "Perl 5", - 757 + 759 ], [ "Perl 6", 441 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true", + "rotation" : -90, + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } ], + "subtitle" : { + "text" : "Last updated at 2019-07-29 16:45:20 GMT" + }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-07-29 16:43:17 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
