diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 17:24:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 17:24:53 +0100 |
| commit | 2efecf464e73071b1d5b347a67dc972c4ca17075 (patch) | |
| tree | 618d14cdd225a309b8dcc48a72fd412c1627ebc2 /stats/pwc-summary-61-90.json | |
| parent | 2fcde1c089311d581477b237aa46f4e3d294f774 (diff) | |
| download | perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.tar.gz perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.tar.bz2 perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 3b683a3549..fb82199647 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,9 +1,15 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-30 16:15:39 GMT" + "text" : "[Champions: 30] Last updated at 2022-09-30 16:23:07 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 6, @@ -35,8 +41,7 @@ 2, 3, 2 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -110,26 +115,14 @@ } ], "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + }, + "min" : 0 }, "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]" - }, "xAxis" : { "categories" : [ "Denis Yurashku", @@ -163,5 +156,12 @@ "Ivan Dimitrov", "Izifresh" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
