diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-16 16:41:27 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-16 16:41:27 +0100 |
| commit | ba6b4f85f2feff467ac664f25f7a2f6f49882209 (patch) | |
| tree | 6adad75cfa0537370675bbf11f0cc8deeaa2922d /stats/pwc-language-breakdown-summary.json | |
| parent | 25bb3f560c454b526b036f7d265b50ad1e817c3c (diff) | |
| download | perlweeklychallenge-club-ba6b4f85f2feff467ac664f25f7a2f6f49882209.tar.gz perlweeklychallenge-club-ba6b4f85f2feff467ac664f25f7a2f6f49882209.tar.bz2 perlweeklychallenge-club-ba6b4f85f2feff467ac664f25f7a2f6f49882209.zip | |
- Added solutions by Kang-min Liu.
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 5ef305cb32..c7c651e39c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,15 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2020-09-16 10:43:23 GMT" + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -40,24 +21,43 @@ ], [ "Raku", - 2136 + 2138 ] ], "dataLabels" : { - "align" : "right", "rotation" : -90, + "align" : "right", "format" : "{point.y:.0f}", "y" : 10, - "enabled" : "true", + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "color" : "#FFFFFF" - } + "enabled" : "true" + }, + "name" : "Contributions" } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2020-09-16 15:41:01 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
