diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-15 15:09:56 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-15 15:09:56 +0000 |
| commit | c62f025cf9513caec622588cb9126aaa481d0314 (patch) | |
| tree | 9b53f24c455fdba6297e289f5d134f1128a81700 /stats/pwc-language-breakdown-summary.json | |
| parent | b3272fcd399c09f3a1290e58fe9876f523d1b315 (diff) | |
| download | perlweeklychallenge-club-c62f025cf9513caec622588cb9126aaa481d0314.tar.gz perlweeklychallenge-club-c62f025cf9513caec622588cb9126aaa481d0314.tar.bz2 perlweeklychallenge-club-c62f025cf9513caec622588cb9126aaa481d0314.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7c1402ce1f..7c40c9dc56 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,16 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "chart" : { "type" : "column" }, @@ -8,29 +20,11 @@ "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "subtitle" : { - "text" : "Last updated at 2022-02-15 11:47:32 GMT" + "text" : "Last updated at 2022-02-15 15:08:16 GMT" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "enabled" : "true" - }, "name" : "Contributions", "data" : [ [ @@ -39,25 +33,31 @@ ], [ "Perl", - 7285 + 7286 ], [ "Raku", - 4380 + 4381 ] - ] - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + ], + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" } } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
