diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-14 21:44:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-14 21:44:13 +0100 |
| commit | 3a6c5bb04db16be0d61eeac0d74488966d6ba2f4 (patch) | |
| tree | ec3fe8f262e9806823ec1f6b280e00f40921b0d9 /stats/pwc-summary.json | |
| parent | 9f829447426710a7e62cf875f8c3c7a03d256dfd (diff) | |
| download | perlweeklychallenge-club-3a6c5bb04db16be0d61eeac0d74488966d6ba2f4.tar.gz perlweeklychallenge-club-3a6c5bb04db16be0d61eeac0d74488966d6ba2f4.tar.bz2 perlweeklychallenge-club-3a6c5bb04db16be0d61eeac0d74488966d6ba2f4.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 352177bc9a..c63a06c1ca 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -263,18 +266,6 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 260] Last updated at 2022-06-14 20:05:55 GMT" - }, "series" : [ { "name" : "Perl", @@ -525,7 +516,7 @@ 1, 3, 0, - 119, + 120, 12, 9, 12, @@ -790,7 +781,7 @@ 0, 0, 1, - 120, + 121, 0, 2, 0, @@ -807,7 +798,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1069,19 +1059,29 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 260] Last updated at 2022-06-14 20:41:46 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
