diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 14:31:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 14:31:22 +0100 |
| commit | 2ad14f79a51d96d4bde8c358982bf6fb320c2dfb (patch) | |
| tree | da1cc67a3ec3bf3839bc4a75d1df950913ab4aa1 /stats/pwc-language-breakdown-summary.json | |
| parent | 28dc2b86e008c47b91abdad519be34b4e18338f6 (diff) | |
| download | perlweeklychallenge-club-2ad14f79a51d96d4bde8c358982bf6fb320c2dfb.tar.gz perlweeklychallenge-club-2ad14f79a51d96d4bde8c358982bf6fb320c2dfb.tar.bz2 perlweeklychallenge-club-2ad14f79a51d96d4bde8c358982bf6fb320c2dfb.zip | |
- Added Perl solutions to the week 185.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f00827500b..6382eb60dc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "series" : [ { "data" : [ @@ -23,41 +8,56 @@ ], [ "Perl", - 8975 + 8977 ], [ "Raku", 5366 ] ], - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, "rotation" : -90, + "align" : "right", "enabled" : "true", - "y" : 10, - "align" : "right" - } + "color" : "#FFFFFF", + "y" : 10 + }, + "name" : "Contributions" } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } }, "subtitle" : { - "text" : "Last updated at 2022-10-03 12:18:35 GMT" + "text" : "Last updated at 2022-10-03 13:29:44 GMT" }, "legend" : { "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
