diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 21:25:19 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 21:25:19 +0000 |
| commit | 804fcbc5627b33b05372b75a472aff3af585cfd0 (patch) | |
| tree | c7a3f70fb1a95b8e02ade9402fb7fe83f87c6c57 /stats/pwc-language-breakdown-summary.json | |
| parent | 8fe7faaf1fc16061cb97428bd6e3af64bd6be2aa (diff) | |
| download | perlweeklychallenge-club-804fcbc5627b33b05372b75a472aff3af585cfd0.tar.gz perlweeklychallenge-club-804fcbc5627b33b05372b75a472aff3af585cfd0.tar.bz2 perlweeklychallenge-club-804fcbc5627b33b05372b75a472aff3af585cfd0.zip | |
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 27b90ca0dc..82b7718e8a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", "rotation" : -90, - "align" : "right", "format" : "{point.y:.0f}", - "y" : 10, + "enabled" : "true", "color" : "#FFFFFF", + "y" : 10, + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } }, - "name" : "Contributions", "data" : [ [ "Blog", - 2210 + 2211 ], [ "Perl", - 7139 + 7141 ], [ "Raku", - 4294 + 4296 ] ] } ], - "subtitle" : { - "text" : "Last updated at 2022-01-23 20:00:21 GMT" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-01-23 21:23:17 GMT" }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
