diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 01:12:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 01:12:52 +0000 |
| commit | 7d11153d2876ce45014ce72f1a879697bf282fdb (patch) | |
| tree | 1773cad85b46598942418c30f9969461715fda26 /stats/pwc-summary.json | |
| parent | 78a227e3f106bc0bd3d3dc9c04f2fc19efd7c1e8 (diff) | |
| download | perlweeklychallenge-club-7d11153d2876ce45014ce72f1a879697bf282fdb.tar.gz perlweeklychallenge-club-7d11153d2876ce45014ce72f1a879697bf282fdb.tar.bz2 perlweeklychallenge-club-7d11153d2876ce45014ce72f1a879697bf282fdb.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3e12f70be7..6bedade455 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,9 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -250,10 +255,24 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 247] Last updated at 2022-01-10 01:10:28 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -342,7 +361,7 @@ 0, 6, 5, - 126, + 127, 0, 78, 1, @@ -593,7 +612,7 @@ 0, 0, 0, - 126, + 127, 2, 5, 0, @@ -761,6 +780,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -845,7 +865,7 @@ 0, 0, 0, - 113, + 114, 0, 52, 0, @@ -1009,27 +1029,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 247] Last updated at 2022-01-09 23:20:48 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - } + ] } |
