diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-06 01:16:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-06 01:16:21 +0100 |
| commit | 2d3f2e54496c4428acb51ecc33713a4b97d672bc (patch) | |
| tree | b53e911b1a7ccaf9e77b46f583e8032f3ded68da /stats/pwc-language-breakdown-summary.json | |
| parent | 5a1db36c1102aafba1c2cb218eca96f9fc2bc88c (diff) | |
| download | perlweeklychallenge-club-2d3f2e54496c4428acb51ecc33713a4b97d672bc.tar.gz perlweeklychallenge-club-2d3f2e54496c4428acb51ecc33713a4b97d672bc.tar.bz2 perlweeklychallenge-club-2d3f2e54496c4428acb51ecc33713a4b97d672bc.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c34e8a9e2e..784143e1e4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -9,7 +8,7 @@ ], [ "Perl 5", - 809 + 811 ], [ "Perl 6", @@ -17,47 +16,48 @@ ] ], "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "color" : "#FFFFFF", + "align" : "right", "enabled" : "true", - "y" : 10 - } + "y" : 10, + "rotation" : -90 + }, + "name" : "Contributions" } ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-08-06 00:16:15 GMT" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2019-08-05 18:19:20 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } |
