diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 07:52:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 07:52:59 +0100 |
| commit | 280187fa46ed737daabe45d4768fccfa8ef06bbb (patch) | |
| tree | 112f9714a64d080eb348d5cf5f37c45d4e3bccea /stats/pwc-summary.json | |
| parent | e72c19fe5adc268d8db214fe255748c7b2b4df8a (diff) | |
| download | perlweeklychallenge-club-280187fa46ed737daabe45d4768fccfa8ef06bbb.tar.gz perlweeklychallenge-club-280187fa46ed737daabe45d4768fccfa8ef06bbb.tar.bz2 perlweeklychallenge-club-280187fa46ed737daabe45d4768fccfa8ef06bbb.zip | |
- Added solution by Andrew Shitov.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 84e5d0b677..42b0001aa3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,25 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 169] Last updated at 2020-06-15 06:52:03 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -9,6 +30,7 @@ "Alex Daniel", "Alexander Karelas", "Alicia Bielsa", + "Andrew Shitov", "Andrezgz", "Anton Fedotov", "Antonio Gamiz", @@ -171,10 +193,6 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "name" : "Perl", @@ -187,6 +205,7 @@ 0, 2, 26, + 0, 57, 4, 0, @@ -350,7 +369,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 3, @@ -360,6 +378,7 @@ 2, 0, 7, + 1, 0, 0, 1, @@ -520,7 +539,8 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -533,6 +553,7 @@ 0, 0, 0, + 1, 0, 0, 0, @@ -696,24 +717,7 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 168] Last updated at 2020-06-14 23:53:40 GMT" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" } } |
