diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-24 10:57:56 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-24 10:57:56 +0000 |
| commit | 006dcaeb789765cb612df36a5b13d3b02c243edb (patch) | |
| tree | ebf043216b7bba6af766bbcf3939f24b208c55e9 /stats/pwc-language-breakdown-summary.json | |
| parent | 7aadfab5d15f903b8473945db47da5439f0b4451 (diff) | |
| download | perlweeklychallenge-club-006dcaeb789765cb612df36a5b13d3b02c243edb.tar.gz perlweeklychallenge-club-006dcaeb789765cb612df36a5b13d3b02c243edb.tar.bz2 perlweeklychallenge-club-006dcaeb789765cb612df36a5b13d3b02c243edb.zip | |
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ef5fe96073..d5226675d8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,33 @@ { + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2021-01-24 10:56:23 GMT" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-01-24 10:47:15 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { @@ -24,40 +42,22 @@ ], [ "Raku", - 2903 + 2905 ] ], - "name" : "Contributions", "dataLabels" : { - "align" : "right", - "rotation" : -90, "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "enabled" : "true" - } - } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions" } - }, - "legend" : { - "enabled" : "false" - } + ] } |
