diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-02-26 10:11:02 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-02-26 10:11:02 +0000 |
| commit | 20cf23de63b452a5cee63c7b10d842afbf09cfb2 (patch) | |
| tree | 668bd22e1af69ba1f7cd5771c36c6ff8edd67ae3 /stats/pwc-summary-1-30.json | |
| parent | 64be7711c03a6e8da78e259868a941a12978f693 (diff) | |
| download | perlweeklychallenge-club-20cf23de63b452a5cee63c7b10d842afbf09cfb2.tar.gz perlweeklychallenge-club-20cf23de63b452a5cee63c7b10d842afbf09cfb2.tar.bz2 perlweeklychallenge-club-20cf23de63b452a5cee63c7b10d842afbf09cfb2.zip | |
- Added solutions by Athanasius.
- Added solutions by Jaldhar H. Vyas.
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index ae9cd36efc..96491fb26d 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,13 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -33,12 +42,18 @@ "Bejoy Mathews" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-02-26 10:08:19 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-02-26 02:01:58 GMT" - }, "series" : [ { "data" : [ @@ -65,7 +80,7 @@ 0, 150, 11, - 338, + 340, 0, 7, 0, @@ -100,7 +115,7 @@ 2, 410, 0, - 299, + 301, 0, 0, 4, @@ -148,20 +163,5 @@ ], "title" : { "text" : "The Weekly Challenge [2019 - 2023]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
