diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 16:05:33 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 16:05:33 +0100 |
| commit | 81f467ef7e5b2a10427aca2f5057d3d80979a17c (patch) | |
| tree | f021d95db0c27eb91baa176afe7e54b183ec13f4 /stats/pwc-language-breakdown-summary.json | |
| parent | 3a9aa00433d6d541d4f709cde36e3c3b6b265936 (diff) | |
| download | perlweeklychallenge-club-81f467ef7e5b2a10427aca2f5057d3d80979a17c.tar.gz perlweeklychallenge-club-81f467ef7e5b2a10427aca2f5057d3d80979a17c.tar.bz2 perlweeklychallenge-club-81f467ef7e5b2a10427aca2f5057d3d80979a17c.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index af1bb6fab6..7af5d4caef 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-15 15:05:09 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "y" : 10 - }, "data" : [ [ "Blog", - 1797 + 1798 ], [ "Perl", - 5972 + 5974 ], [ "Raku", - 3719 + 3721 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2021-08-15 15:00:37 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" } } |
