diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-10 10:36:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-10 10:36:53 +0100 |
| commit | 25d72e2ccc3d8d88037ad138428f87afeb310ed2 (patch) | |
| tree | 6157ea63fdd72f5d5036d51d0a95b274c1d34f19 /stats/pwc-language-breakdown-summary.json | |
| parent | 50e06841cd6a8c2d112898707ca1fa8c89c173e3 (diff) | |
| download | perlweeklychallenge-club-25d72e2ccc3d8d88037ad138428f87afeb310ed2.tar.gz perlweeklychallenge-club-25d72e2ccc3d8d88037ad138428f87afeb310ed2.tar.bz2 perlweeklychallenge-club-25d72e2ccc3d8d88037ad138428f87afeb310ed2.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index bd6bf947b2..d517700e21 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -3,19 +3,25 @@ "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2020-08-10 09:15:45 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "text" : "Last updated at 2020-08-10 09:36:38 GMT" }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { @@ -26,38 +32,32 @@ ], [ "Perl", - 2989 + 2991 ], [ "Raku", 1943 ] ], + "name" : "Contributions", "dataLabels" : { + "rotation" : -90, + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", + "y" : 10, "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10 - }, - "name" : "Contributions" - } - ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "enabled" : "true", + "format" : "{point.y:.0f}" } } + ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
