diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
| commit | abe50443fc73cffd819a05ab7733c4c192797d36 (patch) | |
| tree | 19a9aa7094207894ea13d7cd1ff34dabe4dba4f7 /stats/pwc-summary-121-150.json | |
| parent | adf72db47b4815535ea06c6923ed0db79fac8e15 (diff) | |
| download | perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.gz perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.bz2 perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.zip | |
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index c8a9912aaa..fc620a5641 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,24 +1,12 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-01 23:36:12 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -57,6 +45,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -88,11 +77,9 @@ 0, 1, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 1, 0, @@ -124,11 +111,15 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -163,5 +154,14 @@ "Magnus Woldrich", "Mano Chandar" ] + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-02 10:54:01 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
