diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-27 09:20:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-27 09:20:45 +0100 |
| commit | d2dbff2eae0647c51ba7795ed75b7978b1896177 (patch) | |
| tree | 1d3396d8b8b93743156491d2cb7348ca5addfda7 /stats/pwc-language-breakdown-summary.json | |
| parent | 9f879fddf1ea3353a7efa8cfd4ec03c23dc6f16f (diff) | |
| download | perlweeklychallenge-club-d2dbff2eae0647c51ba7795ed75b7978b1896177.tar.gz perlweeklychallenge-club-d2dbff2eae0647c51ba7795ed75b7978b1896177.tar.bz2 perlweeklychallenge-club-d2dbff2eae0647c51ba7795ed75b7978b1896177.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 74eb560e27..13dfae47e7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,9 @@ { "subtitle" : { - "text" : "Last updated at 2022-09-26 20:14:17 GMT" + "text" : "Last updated at 2022-09-27 07:48:22 GMT" }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" @@ -26,11 +14,11 @@ "data" : [ [ "Blog", - 2889 + 2890 ], [ "Perl", - 8931 + 8933 ], [ "Raku", @@ -39,25 +27,37 @@ ], "dataLabels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", + "enabled" : "true", "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "align" : "right" + "y" : 10 } } ], - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
