diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:24:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:24:48 +0000 |
| commit | 4e2605928242b84ff96cbc8011c208daf1ce0020 (patch) | |
| tree | 2a5493a1322a59112ffe14bfd3bbe6a427a563e4 /stats/pwc-language-breakdown-summary.json | |
| parent | 7434bd3a56d0d17a289cd16128c4969b60949980 (diff) | |
| download | perlweeklychallenge-club-4e2605928242b84ff96cbc8011c208daf1ce0020.tar.gz perlweeklychallenge-club-4e2605928242b84ff96cbc8011c208daf1ce0020.tar.bz2 perlweeklychallenge-club-4e2605928242b84ff96cbc8011c208daf1ce0020.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d4c02e219e..bae8fe06b2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-14 13:22:51 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-12-14 13:12:55 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", - 2092 + 2093 ], [ "Perl", - 6863 + 6865 ], [ "Raku", 4154 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true" + } + } + ], + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } - ] + } } |
