diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-28 10:11:34 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-28 10:11:34 +0000 |
| commit | 6740da2a45eca2034f9935b66ea44efcc1b14090 (patch) | |
| tree | 9a4d14a88483dc3769cba5c0075a7a99b5bb89a1 /stats/pwc-language-breakdown-summary.json | |
| parent | fd93b6cad5f9362a91c3785a0215adb8bdcc79b2 (diff) | |
| download | perlweeklychallenge-club-6740da2a45eca2034f9935b66ea44efcc1b14090.tar.gz perlweeklychallenge-club-6740da2a45eca2034f9935b66ea44efcc1b14090.tar.bz2 perlweeklychallenge-club-6740da2a45eca2034f9935b66ea44efcc1b14090.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 164905b125..b4cf2e7536 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-12-28 09:46:27 GMT" + }, + "type" : "category" }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", - 2126 + 2127 ], [ "Perl", - 6960 + 6962 ], [ "Raku", - 4191 + 4193 ] - ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10 - } + ] } ], - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-12-28 10:09:31 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
