diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-20 06:23:57 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-20 06:23:57 +0100 |
| commit | b13601bf76ae50a91eae332a5faf08c99ad6300f (patch) | |
| tree | 2d4ab159f92f5651a4e6fd3262e259adec31040e /stats/pwc-summary.json | |
| parent | 6199c7d2227bddbd5e05ff21ac769e06e651b9ae (diff) | |
| download | perlweeklychallenge-club-b13601bf76ae50a91eae332a5faf08c99ad6300f.tar.gz perlweeklychallenge-club-b13601bf76ae50a91eae332a5faf08c99ad6300f.tar.bz2 perlweeklychallenge-club-b13601bf76ae50a91eae332a5faf08c99ad6300f.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b8a8dd7365..7a2dc24fa4 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,12 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -93,7 +99,7 @@ 0, 6, 5, - 142, + 143, 1, 0, 101, @@ -270,6 +276,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -359,7 +366,7 @@ 0, 0, 0, - 142, + 143, 0, 2, 5, @@ -532,8 +539,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -626,7 +632,7 @@ 0, 0, 0, - 129, + 130, 0, 0, 75, @@ -802,8 +808,14 @@ ] } ], + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 261] Last updated at 2022-06-20 00:20:58 GMT" + "text" : "[Champions: 261] Last updated at 2022-06-20 05:22:17 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -1070,22 +1082,10 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } } } |
