diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 12:03:03 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 12:03:03 +0000 |
| commit | c75e2894588cc7d2e52cb0159e556ee1f3abf7c7 (patch) | |
| tree | 4a46dc97d60b53139658aed03b1dbd3664e052a5 /stats/pwc-summary.json | |
| parent | 451ea885d7077ad83e1a66349ac41e101f64a8e1 (diff) | |
| download | perlweeklychallenge-club-c75e2894588cc7d2e52cb0159e556ee1f3abf7c7.tar.gz perlweeklychallenge-club-c75e2894588cc7d2e52cb0159e556ee1f3abf7c7.tar.bz2 perlweeklychallenge-club-c75e2894588cc7d2e52cb0159e556ee1f3abf7c7.zip | |
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b725e58d85..7d1faa7a0e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,10 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-24 06:38:16 GMT" + "text" : "[Champions: 248] Last updated at 2022-01-25 12:02:08 GMT" }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -260,14 +258,9 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -517,11 +510,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -610,7 +601,7 @@ 2, 5, 0, - 76, + 77, 2, 0, 7, @@ -771,7 +762,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -1027,13 +1019,21 @@ ] } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
