diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-07 00:04:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-07 00:04:54 +0000 |
| commit | 7f4fef2ad578867a23df7e21b0a49db547ebd6ab (patch) | |
| tree | 7ca5368acc483fde2ee3541ac83e4d62195ee9f6 /stats/pwc-language-breakdown-summary.json | |
| parent | e785ac46783940b8448474bdea886d7815754fb2 (diff) | |
| download | perlweeklychallenge-club-7f4fef2ad578867a23df7e21b0a49db547ebd6ab.tar.gz perlweeklychallenge-club-7f4fef2ad578867a23df7e21b0a49db547ebd6ab.tar.bz2 perlweeklychallenge-club-7f4fef2ad578867a23df7e21b0a49db547ebd6ab.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 82f353fbff..4225cb0907 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,11 +2,26 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "subtitle" : { - "text" : "Last updated at 2022-11-06 21:32:42 GMT" + "text" : "Last updated at 2022-11-07 00:02:50 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -22,42 +37,27 @@ ], [ "Raku", - 5550 + 5552 ] ], "dataLabels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90, "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "enabled" : "true", + "rotation" : -90, + "align" : "right", "y" : 10 } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "legend" : { "enabled" : "false" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
