diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-14 09:21:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-14 09:21:58 +0100 |
| commit | 346f39428887cbecd377e77620470d254c0b2abc (patch) | |
| tree | 0af19592c4423bf59c88dfa3411dce0a1f215671 /stats/pwc-language-breakdown-summary.json | |
| parent | 845ff40e75dda5c291523b20531f4421d24d20cd (diff) | |
| download | perlweeklychallenge-club-346f39428887cbecd377e77620470d254c0b2abc.tar.gz perlweeklychallenge-club-346f39428887cbecd377e77620470d254c0b2abc.tar.bz2 perlweeklychallenge-club-346f39428887cbecd377e77620470d254c0b2abc.zip | |
- Added solutions by James Smith.
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 a1c49b35c6..a615b235cb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,41 +2,36 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-14 08:21:51 GMT" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "align" : "right", - "y" : 10, - "enabled" : "true" - }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -44,20 +39,25 @@ ], [ "Perl", - 3254 + 3256 ], [ "Raku", 2126 ] ], - "name" : "Contributions" + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90 + } } - ], - "subtitle" : { - "text" : "Last updated at 2020-09-14 07:54:34 GMT" - }, - "legend" : { - "enabled" : "false" - } + ] } |
