diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-16 21:22:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-16 21:22:26 +0000 |
| commit | b5e40df31c953c3c811d5ba462ff9b8bdf93be93 (patch) | |
| tree | 6d1bd1c2bfa447381735a26cb62d962dd3f0d384 /stats/pwc-language-breakdown-summary.json | |
| parent | 78cbeb44a6434204b9090e7edeff5b599c3a56a5 (diff) | |
| download | perlweeklychallenge-club-b5e40df31c953c3c811d5ba462ff9b8bdf93be93.tar.gz perlweeklychallenge-club-b5e40df31c953c3c811d5ba462ff9b8bdf93be93.tar.bz2 perlweeklychallenge-club-b5e40df31c953c3c811d5ba462ff9b8bdf93be93.zip | |
- Added solutions to the task "Twice Largest" of week 191.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4a2cb80110..f0dc14fcda 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,34 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-16 16:51:40 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "align" : "right", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,35 +36,28 @@ ], [ "Perl", - 9326 + 9327 ], [ "Raku", - 5603 + 5604 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "align" : "right" - } + ] } ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-11-16 21:18:35 GMT" } } |
