diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-12 20:21:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-12 20:21:56 +0100 |
| commit | 53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e (patch) | |
| tree | fd9358246567561ba3cea3cc41bc3774c9302785 /stats/pwc-language-breakdown-summary.json | |
| parent | 33e6622fa1df9f5aac8f83e6e4ef48c9b9e461c4 (diff) | |
| download | perlweeklychallenge-club-53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e.tar.gz perlweeklychallenge-club-53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e.tar.bz2 perlweeklychallenge-club-53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e.zip | |
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1b25847a73..585d883b01 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,30 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2020-08-12 19:13:21 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "text" : "Last updated at 2020-08-12 19:21:45 GMT" }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10 + }, "data" : [ [ "Blog", @@ -35,29 +32,32 @@ ], [ "Perl", - 3005 + 3007 ], [ "Raku", 1959 ] ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "align" : "right", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "name" : "Contributions" } ], "chart" : { "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
