diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-27 21:38:33 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-27 21:38:33 +0100 |
| commit | 5885fc027c91b7e323b038d7960bdb58eac8da47 (patch) | |
| tree | 85f49fadd8f5a0115b594a4a85cbfad80949e20a /stats/pwc-language-breakdown-summary.json | |
| parent | adca557e349ada6ca45a78035618a248206144ce (diff) | |
| download | perlweeklychallenge-club-5885fc027c91b7e323b038d7960bdb58eac8da47.tar.gz perlweeklychallenge-club-5885fc027c91b7e323b038d7960bdb58eac8da47.tar.bz2 perlweeklychallenge-club-5885fc027c91b7e323b038d7960bdb58eac8da47.zip | |
- Added solutions by Yet Ebreo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 34f601ce60..e09db09b8e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,22 @@ { - "subtitle" : { - "text" : "Last updated at 2020-04-26 22:04:59 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "align" : "right", + "rotation" : -90, + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "rotation" : -90, "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -39,7 +24,7 @@ ], [ "Perl", - 2427 + 2429 ], [ "Raku", @@ -48,16 +33,31 @@ ] } ], + "subtitle" : { + "text" : "Last updated at 2020-04-27 20:37:50 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
