diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-09 06:26:49 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-09 06:26:49 +0000 |
| commit | 5795bf097bb3e5978bcccb52511c667c02570987 (patch) | |
| tree | eb5125e0d5eae1776e52ceac7422644a68d9fc9d /stats/pwc-language-breakdown-summary.json | |
| parent | a1cfc0c716b03cef22fa2dda8d0338a7ac87b0ae (diff) | |
| download | perlweeklychallenge-club-5795bf097bb3e5978bcccb52511c667c02570987.tar.gz perlweeklychallenge-club-5795bf097bb3e5978bcccb52511c667c02570987.tar.bz2 perlweeklychallenge-club-5795bf097bb3e5978bcccb52511c667c02570987.zip | |
- Added solutions by Colin Crain.
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 0d9c023d58..58b2ee0a78 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,24 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-11-09 06:26:18 GMT" }, "series" : [ { + "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", @@ -17,47 +26,38 @@ ], [ "Perl", - 3785 + 3787 ], [ "Raku", - 2436 + 2438 ] ], - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF" - }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2020-11-09 02:05:04 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" } } |
