diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-01 15:56:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-01 15:56:41 +0100 |
| commit | ec26fb361acd885b2d8a479eb7210e5041a9d2e7 (patch) | |
| tree | 81383c692cb1d0010994bf732b7936027525ab6f /stats/pwc-language-breakdown-summary.json | |
| parent | e1829c42862f0054db526d843c2a6f225f9a67ee (diff) | |
| download | perlweeklychallenge-club-ec26fb361acd885b2d8a479eb7210e5041a9d2e7.tar.gz perlweeklychallenge-club-ec26fb361acd885b2d8a479eb7210e5041a9d2e7.tar.bz2 perlweeklychallenge-club-ec26fb361acd885b2d8a479eb7210e5041a9d2e7.zip | |
- Added solutions by Rick Bychowski.
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 52ce5eeb3f..5461de6d78 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,19 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "align" : "right" + }, "data" : [ [ "Blog", @@ -22,25 +25,13 @@ ], [ "Raku", - 4685 + 4687 ] - ], - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - } + ] } ], - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { "min" : 0, @@ -49,15 +40,24 @@ } }, "subtitle" : { - "text" : "Last updated at 2022-05-01 13:22:08 GMT" + "text" : "Last updated at 2022-05-01 14:48:46 GMT" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } |
