diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-26 16:24:47 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-26 16:24:47 +0100 |
| commit | 4e43113f9d5259c7f87b2f9d60bc7010e14e7160 (patch) | |
| tree | 36468e4e9a22615ad4ba290f44eade18b7241807 /stats/pwc-language-breakdown-summary.json | |
| parent | 549169504576645a8689e6e4120593d2203525ad (diff) | |
| download | perlweeklychallenge-club-4e43113f9d5259c7f87b2f9d60bc7010e14e7160.tar.gz perlweeklychallenge-club-4e43113f9d5259c7f87b2f9d60bc7010e14e7160.tar.bz2 perlweeklychallenge-club-4e43113f9d5259c7f87b2f9d60bc7010e14e7160.zip | |
- Added solutions by Humberto Massa.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dea265e804..30b24ebf0f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,27 @@ { - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2022-09-26 15:15:26 GMT" + "text" : "Last updated at 2022-09-26 15:23:06 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { @@ -34,30 +37,27 @@ ], [ "Raku", - 5335 + 5337 ] ], "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, "rotation" : -90, + "format" : "{point.y:.0f}", "y" : 10, - "format" : "{point.y:.0f}" + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true" } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
