diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-24 21:11:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-24 21:11:05 +0100 |
| commit | 588154e83ece05031c0d2f613a66829138cb56e9 (patch) | |
| tree | 915a5437374523774be99271c1d5d75903f2fc18 /stats/pwc-summary.json | |
| parent | f1ad7c00d68b2b966c0a061318b48ffa9af40367 (diff) | |
| download | perlweeklychallenge-club-588154e83ece05031c0d2f613a66829138cb56e9.tar.gz perlweeklychallenge-club-588154e83ece05031c0d2f613a66829138cb56e9.tar.bz2 perlweeklychallenge-club-588154e83ece05031c0d2f613a66829138cb56e9.zip | |
- Added solutions by Bruce Gray.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 996f83d4af..34fffa2056 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -266,9 +265,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -300,7 +301,7 @@ 0, 0, 0, - 30, + 31, 0, 0, 4, @@ -533,8 +534,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -805,8 +805,29 @@ ] } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-24 19:57:50 GMT" + "text" : "[Champions: 263] Last updated at 2022-07-24 20:08:54 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -1074,26 +1095,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
