diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-03 05:40:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-03 05:40:41 +0100 |
| commit | f9191555018756f8d55bdb8daeec31b40dcbf6d1 (patch) | |
| tree | 74e5ff6f07edf3328bbb3ee78e1813677d923540 /stats/pwc-language-breakdown-summary.json | |
| parent | 83f0a0880120054ee505e767d25bab0796a4aa36 (diff) | |
| download | perlweeklychallenge-club-f9191555018756f8d55bdb8daeec31b40dcbf6d1.tar.gz perlweeklychallenge-club-f9191555018756f8d55bdb8daeec31b40dcbf6d1.tar.bz2 perlweeklychallenge-club-f9191555018756f8d55bdb8daeec31b40dcbf6d1.zip | |
- Added solutions by Paulo Custodio.
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 1ed96d627b..e5ef05eab2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,19 @@ { - "subtitle" : { - "text" : "Last updated at 2021-04-02 14:06:54 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,35 +21,43 @@ ], [ "Perl", - 4976 + 4978 ], [ "Raku", 3178 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, + "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, "align" : "right", + "rotation" : -90, "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "format" : "{point.y:.0f}", + "y" : 10 } } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-04-03 04:40:19 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
