diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 22:32:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 22:32:52 +0000 |
| commit | 7b2a4c167050e35bc8b823008b854da55dc5c393 (patch) | |
| tree | d37ca123c14445cf9727cbfb286eb4b8c85ae0e9 /stats/pwc-language-breakdown-summary.json | |
| parent | 605e1363299f7cb38b6c8a56b2ed1d9c9a15056f (diff) | |
| download | perlweeklychallenge-club-7b2a4c167050e35bc8b823008b854da55dc5c393.tar.gz perlweeklychallenge-club-7b2a4c167050e35bc8b823008b854da55dc5c393.tar.bz2 perlweeklychallenge-club-7b2a4c167050e35bc8b823008b854da55dc5c393.zip | |
- Added solutions by Mark Senn.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 82b7718e8a..e2798ac696 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,11 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", - 2211 + 2213 ], [ "Perl", @@ -28,9 +13,21 @@ ], [ "Raku", - 4296 + 4298 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF" + } } ], "chart" : { @@ -39,25 +36,28 @@ "legend" : { "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2022-01-23 22:27:28 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-23 21:23:17 GMT" + } }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
