diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-25 21:55:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-25 21:55:54 +0000 |
| commit | 290f5865af83932f6528c4e00aa71ad23cc545ae (patch) | |
| tree | a92438ec7886e4cffc648a7c3c9bbfedd640f4c0 /stats/pwc-language-breakdown-summary.json | |
| parent | 74c85b94df558105a865f9a0895ed7ca4f272625 (diff) | |
| download | perlweeklychallenge-club-290f5865af83932f6528c4e00aa71ad23cc545ae.tar.gz perlweeklychallenge-club-290f5865af83932f6528c4e00aa71ad23cc545ae.tar.bz2 perlweeklychallenge-club-290f5865af83932f6528c4e00aa71ad23cc545ae.zip | |
- Added solutions by Jorg Sommrey.
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 cdf9768df6..178980a620 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,27 +2,8 @@ "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", @@ -30,34 +11,53 @@ ], [ "Perl", - 3918 + 3920 ], [ "Raku", 2542 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + } } ], - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "subtitle" : { - "text" : "Last updated at 2020-11-25 21:49:10 GMT" + "text" : "Last updated at 2020-11-25 21:54:05 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
