diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-02 04:32:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-02 04:32:05 +0100 |
| commit | bec032f9ed6184666bcc342527fbdc0933d463a4 (patch) | |
| tree | 3f1cafb73248702a4b60c745611ebf1bd5ce5edc /stats/pwc-language-breakdown-summary.json | |
| parent | a2b36921818173701d96a96c35ee96fbf96b7d42 (diff) | |
| download | perlweeklychallenge-club-bec032f9ed6184666bcc342527fbdc0933d463a4.tar.gz perlweeklychallenge-club-bec032f9ed6184666bcc342527fbdc0933d463a4.tar.bz2 perlweeklychallenge-club-bec032f9ed6184666bcc342527fbdc0933d463a4.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a696ca667f..b67cca2acb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,62 +1,62 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2022-05-01 23:41:37 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { "dataLabels" : { + "rotation" : -90, + "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90, "align" : "right", "format" : "{point.y:.0f}", - "enabled" : "true", "color" : "#FFFFFF", - "y" : 10 + "enabled" : "true" }, "name" : "Contributions", "data" : [ [ "Blog", - 2485 + 2487 ], [ "Perl", - 7920 + 7922 ], [ "Raku", - 4693 + 4695 ] ] } ], + "subtitle" : { + "text" : "Last updated at 2022-05-02 03:30:20 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "legend" : { "enabled" : "false" } |
