diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-26 18:39:50 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-26 18:39:50 +0100 |
| commit | 44f8641353228262c26e481c2f0ffb563273af19 (patch) | |
| tree | 88dc6eb79011a9fe8fd1d109ab5bbc16014a1922 /stats/pwc-language-breakdown-summary.json | |
| parent | 6460c7e1ae7cc5562b8ca190b9b42dcb4541f7d3 (diff) | |
| download | perlweeklychallenge-club-44f8641353228262c26e481c2f0ffb563273af19.tar.gz perlweeklychallenge-club-44f8641353228262c26e481c2f0ffb563273af19.tar.bz2 perlweeklychallenge-club-44f8641353228262c26e481c2f0ffb563273af19.zip | |
- Added solutions by Julien Fiegehenn.
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 d0f8408345..4c5413fb0b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,27 @@ { - "subtitle" : { - "text" : "Last updated at 2022-04-25 22:49:18 GMT" + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-04-26 17:38:11 GMT" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "enabled" : "true", - "rotation" : -90 - }, "data" : [ [ "Blog", @@ -26,38 +29,35 @@ ], [ "Perl", - 7886 + 7888 ], [ "Raku", 4674 ] ], + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + }, "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "chart" : { + "type" : "column" } } |
