diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:39:38 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:39:38 +0000 |
| commit | 4275350afa4af784128e003cbec62bd23404f80b (patch) | |
| tree | af43faee0acee067734783b2882105e5a3ca0eb0 /stats/pwc-language-breakdown-summary.json | |
| parent | 8ff36dc93ae4052e5631bfd824726bc88b5ed6c2 (diff) | |
| download | perlweeklychallenge-club-4275350afa4af784128e003cbec62bd23404f80b.tar.gz perlweeklychallenge-club-4275350afa4af784128e003cbec62bd23404f80b.tar.bz2 perlweeklychallenge-club-4275350afa4af784128e003cbec62bd23404f80b.zip | |
- Added solutions by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index bae8fe06b2..ba4f428300 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,20 +2,48 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "subtitle" : { - "text" : "Last updated at 2021-12-14 13:22:51 GMT" + "text" : "Last updated at 2021-12-14 13:33:17 GMT" + }, + "chart" : { + "type" : "column" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -23,41 +51,13 @@ ], [ "Perl", - 6865 + 6867 ], [ "Raku", 4154 ] - ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true" - } - } - ], - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + ] } - } + ] } |
