diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-11 18:28:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-11 18:28:49 +0100 |
| commit | 1123d9aef5ec336572991c192959bbfe842575aa (patch) | |
| tree | b1623f46deb4d7dfb1edc9a7668598b1162df3e8 /stats/pwc-summary-1-30.json | |
| parent | a2906a66ff83705e2106a75ecd3d64876dd69792 (diff) | |
| download | perlweeklychallenge-club-1123d9aef5ec336572991c192959bbfe842575aa.tar.gz perlweeklychallenge-club-1123d9aef5ec336572991c192959bbfe842575aa.tar.bz2 perlweeklychallenge-club-1123d9aef5ec336572991c192959bbfe842575aa.zip | |
- Added solutions by Bob Lied.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 9a3e76d502..5b41539f1f 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,19 +1,15 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-10-11 15:23:37 GMT" + "text" : "[Champions: 30] Last updated at 2020-10-11 17:28:38 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -39,16 +35,16 @@ 0, 0, 4, - 22, + 24, 2, 0, 31, 0, 67 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -80,9 +76,11 @@ 8, 6, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -114,12 +112,12 @@ 15, 0, 20 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -155,9 +153,11 @@ "Cheok-Yin Fung" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "plotOptions" : { "column" : { |
