diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:07:27 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:07:27 +0100 |
| commit | ac7b665ecf8e0fcc60abc5ec1cc3e7fa3ed33087 (patch) | |
| tree | 646b4ed3d5d3b6244b5e5ff74f775a73d06bb8ca /stats/pwc-language-breakdown-summary.json | |
| parent | 0d62d7e696925d67855246cde0cf490af6629572 (diff) | |
| download | perlweeklychallenge-club-ac7b665ecf8e0fcc60abc5ec1cc3e7fa3ed33087.tar.gz perlweeklychallenge-club-ac7b665ecf8e0fcc60abc5ec1cc3e7fa3ed33087.tar.bz2 perlweeklychallenge-club-ac7b665ecf8e0fcc60abc5ec1cc3e7fa3ed33087.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7718487fa8..0be3f47819 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,62 +1,62 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, - "subtitle" : { - "text" : "Last updated at 2021-07-27 04:14:07 GMT" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { "dataLabels" : { - "format" : "{point.y:.0f}", + "y" : 10, + "align" : "right", + "rotation" : -90, "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", - "y" : 10, - "rotation" : -90, + "format" : "{point.y:.0f}", "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", - 1753 + 1754 ], [ "Perl", - 5857 + 5859 ], [ "Raku", 3656 ] - ] + ], + "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2021-07-27 21:07:07 GMT" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" } |
