diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-22 11:48:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-22 11:48:23 +0100 |
| commit | ac106c8db967c0b3b5cd39e38bd0fea4e651aaeb (patch) | |
| tree | 127384b31a8312e4cdcff572f8c3690fce86a0f3 /stats/pwc-language-breakdown-summary.json | |
| parent | 6520dadec13a32119f566f34e7c52353cb3b0846 (diff) | |
| download | perlweeklychallenge-club-ac106c8db967c0b3b5cd39e38bd0fea4e651aaeb.tar.gz perlweeklychallenge-club-ac106c8db967c0b3b5cd39e38bd0fea4e651aaeb.tar.bz2 perlweeklychallenge-club-ac106c8db967c0b3b5cd39e38bd0fea4e651aaeb.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 70bff202df..4b2451051b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,53 @@ { + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "chart" : { "type" : "column" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "subtitle" : { + "text" : "Last updated at 2020-06-22 10:43:42 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", - 759 + 761 ], [ "Perl", @@ -21,43 +55,9 @@ ], [ "Raku", - 1721 + 1723 ] - ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true" - }, - "name" : "Contributions" - } - ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + ] } - }, - "subtitle" : { - "text" : "Last updated at 2020-06-22 07:26:10 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - } + ] } |
