diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-12-31 21:21:17 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-12-31 21:21:17 +0000 |
| commit | 1961bfe3aa533d48c23f3fdbedb7bb29d0af18d5 (patch) | |
| tree | ec93cc2d85b011d781cb9178222b03ff62d7d2cb /stats/pwc-summary-91-120.json | |
| parent | 927f307e65bdbc06af83cb6598776c099ba1104f (diff) | |
| download | perlweeklychallenge-club-1961bfe3aa533d48c23f3fdbedb7bb29d0af18d5.tar.gz perlweeklychallenge-club-1961bfe3aa533d48c23f3fdbedb7bb29d0af18d5.tar.bz2 perlweeklychallenge-club-1961bfe3aa533d48c23f3fdbedb7bb29d0af18d5.zip | |
- Added solutions by Matthew Neleigh.
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index e9144f3173..4684f2a41a 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -2,17 +2,12 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-12-31 14:58:13 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ @@ -52,7 +47,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 8, @@ -84,9 +78,11 @@ 2, 0, 1 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 6, 0, @@ -118,17 +114,12 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -163,5 +154,14 @@ "Jen Guerra", "Jeremy Carman" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-12-31 21:17:54 GMT" } } |
