diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-18 14:29:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-18 14:29:54 +0000 |
| commit | 85ff80122f99cca4e533fbd70d02fcb931e68f9e (patch) | |
| tree | 6ffd8d76fd5c41392f14185a6e93e33efa93e003 /stats/pwc-language-breakdown-summary.json | |
| parent | 5ddf334f3c02675574f650a7203730fdd0fe118b (diff) | |
| download | perlweeklychallenge-club-85ff80122f99cca4e533fbd70d02fcb931e68f9e.tar.gz perlweeklychallenge-club-85ff80122f99cca4e533fbd70d02fcb931e68f9e.tar.bz2 perlweeklychallenge-club-85ff80122f99cca4e533fbd70d02fcb931e68f9e.zip | |
- Added contributions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 99ed36638b..38c3afe775 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", - 2275 + 2277 ], [ "Perl", - 7308 + 7310 ], [ "Raku", - 4389 + 4391 ] - ] + ], + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "subtitle" : { - "text" : "Last updated at 2022-02-18 11:22:43 GMT" + "text" : "Last updated at 2022-02-18 14:02:25 GMT" } } |
