diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 19:27:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 19:27:58 +0000 |
| commit | 3c4cdc7802472842d6ca8ae7b3d47964269cb0dc (patch) | |
| tree | d6ede2d7ba86dcd97cf7075e6c06d68096aee794 /stats/pwc-language-breakdown-summary.json | |
| parent | b5474536f7eecabfd21bf374ded06a5b8c08e4c0 (diff) | |
| download | perlweeklychallenge-club-3c4cdc7802472842d6ca8ae7b3d47964269cb0dc.tar.gz perlweeklychallenge-club-3c4cdc7802472842d6ca8ae7b3d47964269cb0dc.tar.bz2 perlweeklychallenge-club-3c4cdc7802472842d6ca8ae7b3d47964269cb0dc.zip | |
- Added solution to 3 Sum task.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 610caf6df6..0cceea25ae 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,37 @@ { "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", @@ -35,29 +39,25 @@ ], [ "Perl", - 2120 + 2121 ], [ "Raku", 1298 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}" - } + ] } ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" + }, "subtitle" : { - "text" : "Last updated at 2020-03-09 18:17:56 GMT" + "text" : "Last updated at 2020-03-09 19:25:18 GMT" } } |
