diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-28 01:53:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-28 01:53:59 +0100 |
| commit | 8d29325bba2ffe2efdbe4631f5b91b4939ced022 (patch) | |
| tree | d98db468f7cd928fb74415c2be1487a67a477a6f /stats/pwc-language-breakdown-summary.json | |
| parent | ed4ffafed4f2692ef1e100781ce95085b3b9e1e4 (diff) | |
| download | perlweeklychallenge-club-8d29325bba2ffe2efdbe4631f5b91b4939ced022.tar.gz perlweeklychallenge-club-8d29325bba2ffe2efdbe4631f5b91b4939ced022.tar.bz2 perlweeklychallenge-club-8d29325bba2ffe2efdbe4631f5b91b4939ced022.zip | |
- Added solutions by David Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3e925d51e0..8d7107e3f4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,21 @@ { - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "data" : [ [ "Blog", @@ -27,33 +23,37 @@ ], [ "Perl", - 8521 + 8522 ], [ "Raku", 5073 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "rotation" : -90 + } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-07-28 00:43:30 GMT" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "subtitle" : { - "text" : "Last updated at 2022-07-27 20:10:10 GMT" - }, "yAxis" : { "min" : 0, "title" : { |
