diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-30 00:42:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-30 00:42:05 +0100 |
| commit | 45dee6cd065bdb515f9ea33ee8aa093dc01287e5 (patch) | |
| tree | f5617c123ff7609a73d52aa25dedacc64f7d6736 /stats/pwc-language-breakdown-summary.json | |
| parent | c859a90c8c941b3ac119a6bab12c0377e126efa3 (diff) | |
| download | perlweeklychallenge-club-45dee6cd065bdb515f9ea33ee8aa093dc01287e5.tar.gz perlweeklychallenge-club-45dee6cd065bdb515f9ea33ee8aa093dc01287e5.tar.bz2 perlweeklychallenge-club-45dee6cd065bdb515f9ea33ee8aa093dc01287e5.zip | |
- Added solutions by Julien Fiegenhenn.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a9fbc75d02..d659d7f7af 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,12 @@ { + "subtitle" : { + "text" : "Last updated at 2022-05-29 23:40:14 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { "title" : { @@ -23,41 +14,50 @@ }, "min" : 0 }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2571 + 2572 ], [ "Perl", - 8114 + 8116 ], [ "Raku", 4803 ] ], - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", + "y" : 10, "format" : "{point.y:.0f}", "rotation" : -90, - "y" : 10, - "align" : "right", - "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2022-05-29 21:57:25 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" } } |
