diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 23:10:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 23:10:37 +0100 |
| commit | 5f80b2e09c43bde0e72b12127e366f228285385b (patch) | |
| tree | e4bbe0065b3138974824f721f072ae3d4489456e /stats/pwc-language-breakdown-summary.json | |
| parent | f86a1d9a0561844fac885a0ab052f765a9df8032 (diff) | |
| download | perlweeklychallenge-club-5f80b2e09c43bde0e72b12127e366f228285385b.tar.gz perlweeklychallenge-club-5f80b2e09c43bde0e72b12127e366f228285385b.tar.bz2 perlweeklychallenge-club-5f80b2e09c43bde0e72b12127e366f228285385b.zip | |
- Added solutions by E. Choroba.
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 e778a9b33f..d46e6508c2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,28 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -21,43 +30,34 @@ ], [ "Perl", - 2791 + 2793 ], [ "Raku", 1791 ] - ], - "dataLabels" : { - "rotation" : -90, - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}" - } + ] } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2020-07-06 22:10:14 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2020-07-06 20:28:24 GMT" } } |
