diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 22:17:22 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 22:17:22 +0000 |
| commit | 2dc1317d27ea25dfc0e9e62f900a548b86c18575 (patch) | |
| tree | 445a262fac2aab753b2f3f333dd1f74822e3d999 /stats/pwc-summary-121-150.json | |
| parent | 48826b534055ca483e9915e9019a17b3e1eb0a31 (diff) | |
| download | perlweeklychallenge-club-2dc1317d27ea25dfc0e9e62f900a548b86c18575.tar.gz perlweeklychallenge-club-2dc1317d27ea25dfc0e9e62f900a548b86c18575.tar.bz2 perlweeklychallenge-club-2dc1317d27ea25dfc0e9e62f900a548b86c18575.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 00619bfa5b..6101477d17 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,15 +1,12 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "xAxis" : { "categories" : [ "Kivanc Yazan", @@ -44,6 +41,16 @@ "Maxim Kolodyazhny" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-03-20 21:52:05 GMT" + }, "series" : [ { "data" : [ @@ -81,6 +88,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -112,11 +120,9 @@ 0, 0, 1 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -148,20 +154,14 @@ 1, 0, 0 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-20 13:10:26 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
