diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-09 02:05:36 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-09 02:05:36 +0000 |
| commit | bdccc595136c50d47cb428cb7c3cb846b77ee477 (patch) | |
| tree | 0d9d8791dfc5c7eb33a57c3b8fe1f4bee3e54d7a /stats/pwc-language-breakdown-summary.json | |
| parent | 324933ae795162fb2dec922451e7641a61fc59a3 (diff) | |
| download | perlweeklychallenge-club-bdccc595136c50d47cb428cb7c3cb846b77ee477.tar.gz perlweeklychallenge-club-bdccc595136c50d47cb428cb7c3cb846b77ee477.tar.bz2 perlweeklychallenge-club-bdccc595136c50d47cb428cb7c3cb846b77ee477.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5f0d81cc02..0d9c023d58 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,46 +1,49 @@ { - "subtitle" : { - "text" : "Last updated at 2020-11-09 02:02:20 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "series" : [ { "data" : [ [ "Blog", - 1093 + 1094 ], [ "Perl", - 3783 + 3785 ], [ "Raku", - 2434 + 2436 ] ], - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", "y" : 10, "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "align" : "right", "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right" - } + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { "title" : { @@ -48,16 +51,13 @@ }, "min" : 0 }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "subtitle" : { + "text" : "Last updated at 2020-11-09 02:05:04 GMT" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
