diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-17 17:05:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-17 17:05:21 +0100 |
| commit | f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7 (patch) | |
| tree | 4eb4292e8460f70de20b0b3c8c2c1a57dba23cb0 /stats/pwc-summary.json | |
| parent | 5fa861dfd989d45621bbaba13aace310ce915869 (diff) | |
| download | perlweeklychallenge-club-f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7.tar.gz perlweeklychallenge-club-f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7.tar.bz2 perlweeklychallenge-club-f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f91e42f806..fe24288ce1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,13 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -248,6 +247,13 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-17 16:05:05 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -256,12 +262,8 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -498,7 +500,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -741,6 +744,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -977,11 +981,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ], - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-17 11:32:05 GMT" - } + ] } |
