diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-01 19:57:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-01 19:57:09 +0100 |
| commit | dabb35cfbd48996b9fa92ca70b819a67ea27e374 (patch) | |
| tree | 513863b14fe562a7950e795b4e4fba87c3cef710 /stats/pwc-language-breakdown-summary.json | |
| parent | 60f926cd6dc29af9fa8db7bfd3e66cc34a5de560 (diff) | |
| download | perlweeklychallenge-club-dabb35cfbd48996b9fa92ca70b819a67ea27e374.tar.gz perlweeklychallenge-club-dabb35cfbd48996b9fa92ca70b819a67ea27e374.tar.bz2 perlweeklychallenge-club-dabb35cfbd48996b9fa92ca70b819a67ea27e374.zip | |
- Added solutions by Pete Houston.
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 6d16d19392..45e157d416 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,42 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "subtitle" : { - "text" : "Last updated at 2021-04-01 18:39:22 GMT" + "text" : "Last updated at 2021-04-01 18:52:39 GMT" }, "series" : [ { + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -14,50 +44,20 @@ ], [ "Perl", - 4972 + 4974 ], [ "Raku", 3178 ] ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10 - }, "name" : "Contributions" } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" } } |
