diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:39:07 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:39:07 +0000 |
| commit | 590f3ed977fc3f3a80cd7c89f05efafc0db84df0 (patch) | |
| tree | e046013ac65f9c6a4e51ae26b4d8aa3235f9d763 /stats/pwc-summary.json | |
| parent | 45700865287995e41ea4cbdb94f98a7d26624219 (diff) | |
| download | perlweeklychallenge-club-590f3ed977fc3f3a80cd7c89f05efafc0db84df0.tar.gz perlweeklychallenge-club-590f3ed977fc3f3a80cd7c89f05efafc0db84df0.tar.bz2 perlweeklychallenge-club-590f3ed977fc3f3a80cd7c89f05efafc0db84df0.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index be6ed9f44a..1f95a57120 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,6 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 247] Last updated at 2022-01-04 18:26:17 GMT" + "chart" : { + "type" : "column" }, "series" : [ { @@ -83,7 +70,7 @@ 4, 12, 0, - 69, + 70, 0, 2, 2, @@ -335,7 +322,7 @@ 0, 74, 2, - 33, + 34, 18, 0, 0, @@ -521,6 +508,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -587,7 +575,7 @@ 0, 0, 0, - 68, + 69, 9, 0, 0, @@ -769,10 +757,18 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -1024,12 +1020,16 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "subtitle" : { + "text" : "[Champions: 247] Last updated at 2022-01-04 18:37:25 GMT" } } |
