diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-07 23:14:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-07 23:14:58 +0100 |
| commit | 201f0efb74efe1ad527beaca31e320b1fb67b735 (patch) | |
| tree | 457846981374f47c49f9a07011eb25a953e69f3c /stats/pwc-language-breakdown-summary.json | |
| parent | f8931d4304d0ac4e7371ca50a6e5dcb1cafabaae (diff) | |
| download | perlweeklychallenge-club-201f0efb74efe1ad527beaca31e320b1fb67b735.tar.gz perlweeklychallenge-club-201f0efb74efe1ad527beaca31e320b1fb67b735.tar.bz2 perlweeklychallenge-club-201f0efb74efe1ad527beaca31e320b1fb67b735.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index aa88153763..3b583e99d7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,40 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-08-07 22:14:49 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { "rotation" : -90, - "y" : 10, - "align" : "right", - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -42,7 +42,7 @@ ], [ "Perl 5", - 816 + 818 ], [ "Perl 6", @@ -51,13 +51,13 @@ ] } ], - "subtitle" : { - "text" : "Last updated at 2019-08-07 22:11:19 GMT" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
