diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-23 19:57:09 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-23 19:57:09 +0000 |
| commit | e5f746f7287eafbea87a8f545c2266e01c378323 (patch) | |
| tree | 2fcb26bc29a962b1263c0c9172613fdf2d6d4795 /stats/pwc-language-breakdown-summary.json | |
| parent | ae7f393c5d3c608afad01cc6e68012da06797b20 (diff) | |
| download | perlweeklychallenge-club-e5f746f7287eafbea87a8f545c2266e01c378323.tar.gz perlweeklychallenge-club-e5f746f7287eafbea87a8f545c2266e01c378323.tar.bz2 perlweeklychallenge-club-e5f746f7287eafbea87a8f545c2266e01c378323.zip | |
- Added Perl solutions to the week 153.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c4a8976010..5cb00ba465 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,7 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { "min" : 0, "title" : { @@ -6,10 +9,7 @@ } }, "subtitle" : { - "text" : "Last updated at 2022-02-23 08:24:39 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "text" : "Last updated at 2022-02-23 19:55:44 GMT" }, "xAxis" : { "labels" : { @@ -20,18 +20,8 @@ }, "type" : "category" }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -39,25 +29,35 @@ ], [ "Perl", - 7349 + 7351 ], [ "Raku", 4416 ] ], + "name" : "Contributions", "dataLabels" : { + "enabled" : "true", + "format" : "{point.y:.0f}", "y" : 10, + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", - "enabled" : "true", "rotation" : -90, - "format" : "{point.y:.0f}", "color" : "#FFFFFF" } } - ] + ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" + } } |
