diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-12 09:28:18 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-12 09:28:18 +0000 |
| commit | a78d6b4ef967f008fbbaf21eae41d3014cdb4b10 (patch) | |
| tree | c727f35a0d9fbeb26c9d0fd2ffe937c69f4268d7 /stats/pwc-language-breakdown-summary.json | |
| parent | 001c9d7e8b1ec63cb583533c485e91fe70b2d135 (diff) | |
| download | perlweeklychallenge-club-a78d6b4ef967f008fbbaf21eae41d3014cdb4b10.tar.gz perlweeklychallenge-club-a78d6b4ef967f008fbbaf21eae41d3014cdb4b10.tar.bz2 perlweeklychallenge-club-a78d6b4ef967f008fbbaf21eae41d3014cdb4b10.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7c4db8a619..546bad9805 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-12 09:25:40 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "align" : "right" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 2177 + 2178 ], [ "Perl", - 7062 + 7064 ], [ "Raku", 4260 ] - ] - } - ], - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-11 17:35:59 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true" + }, + "name" : "Contributions" } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - } + ] } |
