diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 09:40:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 09:40:49 +0100 |
| commit | 75145609837f68883ccb34a6a18af4555fd8a226 (patch) | |
| tree | cecb802c0ae808dcbf0f8f582e51a8c1cb902ef0 /stats/pwc-language-breakdown-summary.json | |
| parent | eabdf5122fecf516e18299493d08a884cd6a2eda (diff) | |
| download | perlweeklychallenge-club-75145609837f68883ccb34a6a18af4555fd8a226.tar.gz perlweeklychallenge-club-75145609837f68883ccb34a6a18af4555fd8a226.tar.bz2 perlweeklychallenge-club-75145609837f68883ccb34a6a18af4555fd8a226.zip | |
- Added solutions by Marton Polgar.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b6eadc1766..2f9eeeb826 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,40 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-07-29 08:35:22 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { - "name" : "Contributions", "dataLabels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "align" : "right", "rotation" : -90, - "y" : 10, "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -25,39 +46,18 @@ ], [ "Raku", - 5073 + 5075 ] ] } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2022-07-29 08:25:07 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
