diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-26 12:54:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-26 12:54:58 +0100 |
| commit | c3af3dfa145aa86feef77c573ef0ea38ec43f847 (patch) | |
| tree | f2b48eab99deaca0b54dcc8cdc571b95e5e84a42 /stats/pwc-language-breakdown-summary.json | |
| parent | 05b1848289f150390daffcd7b4e6f457f32a5642 (diff) | |
| download | perlweeklychallenge-club-c3af3dfa145aa86feef77c573ef0ea38ec43f847.tar.gz perlweeklychallenge-club-c3af3dfa145aa86feef77c573ef0ea38ec43f847.tar.bz2 perlweeklychallenge-club-c3af3dfa145aa86feef77c573ef0ea38ec43f847.zip | |
- Added solutions by Lubos Kolouch.
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 095d75f35e..c890691aa9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,33 +2,14 @@ "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "subtitle" : { + "text" : "Last updated at 2019-07-26 11:54:38 GMT" }, "legend" : { "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -36,28 +17,47 @@ ], [ "Perl 5", - 730 + 732 ], [ "Perl 6", 418 ] ], + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", + "y" : 10, + "align" : "right", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "y" : 10 + "color" : "#FFFFFF" } } ], - "subtitle" : { - "text" : "Last updated at 2019-07-26 10:49:29 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
