diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 23:15:25 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 23:15:25 +0100 |
| commit | fbd07e47e61f8dbc1bdd95400ca3a7dead8762cb (patch) | |
| tree | 34d4ac809a47a7eb864349ac49336cb10550c3ed /stats/pwc-language-breakdown-summary.json | |
| parent | 7ad80e3d84e295ab9839f403530e4f45f46d373d (diff) | |
| download | perlweeklychallenge-club-fbd07e47e61f8dbc1bdd95400ca3a7dead8762cb.tar.gz perlweeklychallenge-club-fbd07e47e61f8dbc1bdd95400ca3a7dead8762cb.tar.bz2 perlweeklychallenge-club-fbd07e47e61f8dbc1bdd95400ca3a7dead8762cb.zip | |
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 505905953a..27cba36bb2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "legend" : { "enabled" : "false" }, @@ -17,29 +14,31 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2021-06-06 22:11:39 GMT" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "subtitle" : { + "text" : "Last updated at 2021-06-06 22:14:30 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 1619 + 1620 ], [ "Perl", - 5444 + 5446 ], [ "Raku", @@ -47,17 +46,18 @@ ] ], "dataLabels" : { + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", "enabled" : "true", + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10 - } + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ] } |
