diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-05 14:30:57 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-05 14:30:57 +0000 |
| commit | e4b1faea54e0c95cf12f5803192b9c030e5b007e (patch) | |
| tree | 7c6db1912637e8db819e1b1f67e63216d9b6c25e /stats/pwc-language-breakdown-summary.json | |
| parent | 1d35e6d94a0c087224c91d4ad2a1eeac064147b2 (diff) | |
| download | perlweeklychallenge-club-e4b1faea54e0c95cf12f5803192b9c030e5b007e.tar.gz perlweeklychallenge-club-e4b1faea54e0c95cf12f5803192b9c030e5b007e.tar.bz2 perlweeklychallenge-club-e4b1faea54e0c95cf12f5803192b9c030e5b007e.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9a07c0111b..bc3e5e2571 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,33 @@ { "subtitle" : { - "text" : "Last updated at 2021-12-05 14:20:31 GMT" + "text" : "Last updated at 2021-12-05 14:29:16 GMT" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "chart" : { "type" : "column" }, + "legend" : { + "enabled" : "false" + }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -17,37 +35,22 @@ ], [ "Perl", - 6794 + 6796 ], [ "Raku", - 4121 + 4123 ] ], - "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "rotation" : -90 - }, "name" : "Contributions" } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { "type" : "category", "labels" : { @@ -56,8 +59,5 @@ "fontSize" : "13px" } } - }, - "legend" : { - "enabled" : "false" } } |
