diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-02 11:39:16 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-02 11:39:16 +0100 |
| commit | 4a65972b3a094e5d4bba245e0125e2cbab918f43 (patch) | |
| tree | 74d35cc7b41cc168139994b53441e3a77ddeda80 /stats/pwc-language-breakdown-summary.json | |
| parent | ec87dd941ff7cc91a42af9e70e4aa2bacbf7d935 (diff) | |
| download | perlweeklychallenge-club-4a65972b3a094e5d4bba245e0125e2cbab918f43.tar.gz perlweeklychallenge-club-4a65972b3a094e5d4bba245e0125e2cbab918f43.tar.bz2 perlweeklychallenge-club-4a65972b3a094e5d4bba245e0125e2cbab918f43.zip | |
- Added solutions by Scimon Proctor.
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 52196d6249..5381f10ae6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,16 @@ { - "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-09-02 10:29:30 GMT" - }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -35,29 +18,46 @@ ], [ "Perl 5", - 972 + 973 ], [ "Perl 6", - 583 + 585 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}", + "y" : 10, + "rotation" : -90 } } ], + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "chart" : { "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2019-09-02 10:39:12 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } |
