diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-04 14:50:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-04 14:50:59 +0100 |
| commit | 4511fb4ed41fbe28a55eae6d8ddc260140b96e97 (patch) | |
| tree | f78396ac9bb8ff9d484257cc716d7e46e167f026 /stats/pwc-language-breakdown-summary.json | |
| parent | bd756d4c4f5d3b19ddfa7699887fdcc1133103e9 (diff) | |
| download | perlweeklychallenge-club-4511fb4ed41fbe28a55eae6d8ddc260140b96e97.tar.gz perlweeklychallenge-club-4511fb4ed41fbe28a55eae6d8ddc260140b96e97.tar.bz2 perlweeklychallenge-club-4511fb4ed41fbe28a55eae6d8ddc260140b96e97.zip | |
- Added solutions by Noud Aldenhoven.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f65caa41f4..126371944a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,24 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-07-04 13:49:45 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" @@ -11,20 +26,11 @@ "legend" : { "enabled" : "false" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90 - }, "name" : "Contributions", "data" : [ [ @@ -37,27 +43,21 @@ ], [ "Raku", - 1773 + 1775 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "align" : "right" + } } - ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2020-07-04 13:28:01 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - } + ] } |
