diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 18:46:16 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 18:46:16 +0000 |
| commit | 960cf4eedd2934aba4b2188e813bcc96628fd5df (patch) | |
| tree | 4234ecfc668c9ead81860833e3398f8756580e45 /stats/pwc-language-breakdown-summary.json | |
| parent | ea660d1fd8df468cb05ea02c26c8af9d8a51b160 (diff) | |
| download | perlweeklychallenge-club-960cf4eedd2934aba4b2188e813bcc96628fd5df.tar.gz perlweeklychallenge-club-960cf4eedd2934aba4b2188e813bcc96628fd5df.tar.bz2 perlweeklychallenge-club-960cf4eedd2934aba4b2188e813bcc96628fd5df.zip | |
- Added solutions by Roger Bell_West.
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 f6b8f298dc..bf188a1239 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,6 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +8,56 @@ ], [ "Perl", - 7057 + 7059 ], [ "Raku", - 4251 + 4253 ] ], + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true" + "rotation" : -90, + "y" : 10 } } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-10 18:37:14 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-01-10 01:33:21 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
