diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-01 17:48:24 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-01 17:48:24 +0000 |
| commit | 5388317c317e1e2c9c19e4567b0c1428666cbfe5 (patch) | |
| tree | bcafd7d8549e5651fe38ce6304f7887b6a0dcb0f /stats/pwc-language-breakdown-summary.json | |
| parent | 4f39df1023879fc6a37b7751e69d8f60395d4519 (diff) | |
| download | perlweeklychallenge-club-5388317c317e1e2c9c19e4567b0c1428666cbfe5.tar.gz perlweeklychallenge-club-5388317c317e1e2c9c19e4567b0c1428666cbfe5.tar.bz2 perlweeklychallenge-club-5388317c317e1e2c9c19e4567b0c1428666cbfe5.zip | |
- Added Perl solutions to the week 189.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0850e25bef..f73d0aa855 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,31 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2022-11-01 16:59:09 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "chart" : { "type" : "column" }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-01 17:46:38 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "series" : [ { "data" : [ @@ -35,7 +35,7 @@ ], [ "Perl", - 9223 + 9225 ], [ "Raku", @@ -44,12 +44,12 @@ ], "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90, "format" : "{point.y:.0f}", "enabled" : "true", - "rotation" : -90, + "color" : "#FFFFFF", "y" : 10, - "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" @@ -57,7 +57,7 @@ } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" } } |
