diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-04 11:21:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-04 11:21:13 +0100 |
| commit | c537896a2027ca1ad5eca8a7df0d4de78761148e (patch) | |
| tree | a16ee3c6e2ac71f4b332ae252daad441ca28b616 /stats/pwc-language-breakdown-summary.json | |
| parent | 25ce01b5347c0e8bcf0c8ab5d7493202478925f4 (diff) | |
| download | perlweeklychallenge-club-c537896a2027ca1ad5eca8a7df0d4de78761148e.tar.gz perlweeklychallenge-club-c537896a2027ca1ad5eca8a7df0d4de78761148e.tar.bz2 perlweeklychallenge-club-c537896a2027ca1ad5eca8a7df0d4de78761148e.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3285e3fa88..97a86afe08 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,44 +1,39 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-10-04 10:14:32 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-10-04 09:57:16 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2908 + 2909 ], [ "Perl", - 8991 + 8993 ], [ "Raku", @@ -46,18 +41,23 @@ ] ], "dataLabels" : { + "align" : "right", "rotation" : -90, "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "y" : 10, + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", "enabled" : "true" - }, - "name" : "Contributions" + } + } + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } - ] + } } |
