diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-23 01:13:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-23 01:13:45 +0100 |
| commit | 4549a58c8f81306554d7097405ca3cfacc6f3522 (patch) | |
| tree | 12d89add0d73282890d16a8236c0188c84734cba /stats/pwc-summary.json | |
| parent | c8b22e2ed64aa1a865875c9e18f5220023ac7632 (diff) | |
| download | perlweeklychallenge-club-4549a58c8f81306554d7097405ca3cfacc6f3522.tar.gz perlweeklychallenge-club-4549a58c8f81306554d7097405ca3cfacc6f3522.tar.bz2 perlweeklychallenge-club-4549a58c8f81306554d7097405ca3cfacc6f3522.zip | |
- Added solutions by Saif Ahmed.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 16f42d3b4e..7fa5372da6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,9 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { @@ -221,7 +223,7 @@ 150, 57, 35, - 27, + 28, 6, 5, 0, @@ -794,8 +796,11 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-05-23 00:00:11 GMT" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -1059,17 +1064,12 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-05-23 00:11:43 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "plotOptions" : { "column" : { |
