diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-23 08:08:45 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-23 08:08:45 +0000 |
| commit | e1cebcb299a7ddafcaa9d19c4cd1ac39d108a708 (patch) | |
| tree | 7fd6f806fbc571698ab742579bae96af3e497b7a /stats/pwc-language-breakdown-summary.json | |
| parent | 14f1f3cdad4cb7c2b5610ae1cb5342bdf7fa1fb5 (diff) | |
| download | perlweeklychallenge-club-e1cebcb299a7ddafcaa9d19c4cd1ac39d108a708.tar.gz perlweeklychallenge-club-e1cebcb299a7ddafcaa9d19c4cd1ac39d108a708.tar.bz2 perlweeklychallenge-club-e1cebcb299a7ddafcaa9d19c4cd1ac39d108a708.zip | |
- Added solutions by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a39eaa0c5d..4889391264 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,24 @@ { - "subtitle" : { - "text" : "Last updated at 2022-02-22 13:41:13 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { @@ -11,53 +29,35 @@ ], [ "Perl", - 7345 + 7347 ], [ "Raku", 4414 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, "align" : "right", + "y" : 10, "enabled" : "true", - "color" : "#FFFFFF" - }, - "name" : "Contributions" - } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "format" : "{point.y:.0f}" } } + ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-02-23 08:06:33 GMT" } } |
