diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-16 21:19:41 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-16 21:19:41 +0000 |
| commit | 5e9a2f84ece931fe0402923bc06b1cfe2a0a9728 (patch) | |
| tree | eeba1ef9b48d15000ac2a42411381313b18c179c /stats/pwc-language-breakdown-summary.json | |
| parent | ce33e604aac857ac1934b4345f68add134874f56 (diff) | |
| download | perlweeklychallenge-club-5e9a2f84ece931fe0402923bc06b1cfe2a0a9728.tar.gz perlweeklychallenge-club-5e9a2f84ece931fe0402923bc06b1cfe2a0a9728.tar.bz2 perlweeklychallenge-club-5e9a2f84ece931fe0402923bc06b1cfe2a0a9728.zip | |
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index bcb0f859cd..2c7a33fd71 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,43 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-16 19:22:25 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 2189 + 2190 ], [ "Perl", - 7093 + 7095 ], [ "Raku", - 4271 + 4273 ] - ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - } + ] } ], + "subtitle" : { + "text" : "Last updated at 2022-01-16 21:16:16 GMT" + }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" @@ -51,13 +45,19 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
