diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:57:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-05 17:57:49 +0100 |
| commit | 8e636793c1908acec84d967d1bd858ca75948bbf (patch) | |
| tree | c029147911db852006535cc8f10fc42d5ba0116c /stats/pwc-summary-121-150.json | |
| parent | f7fe25dd426b18b36dba4104da030e8062dae00b (diff) | |
| download | perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.tar.gz perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.tar.bz2 perlweeklychallenge-club-8e636793c1908acec84d967d1bd858ca75948bbf.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index ec28de19b8..25a5128bb2 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,24 +1,16 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-05 16:07:53 GMT" + "text" : "[Champions: 30] Last updated at 2022-06-05 16:55:57 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + }, + "min" : 0 }, "series" : [ { @@ -57,7 +49,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 2, 0, @@ -89,10 +80,10 @@ 32, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 43, @@ -124,9 +115,21 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "xAxis" : { "categories" : [ "Khalid", @@ -160,8 +163,5 @@ "Matt Latusek", "Matthew Neleigh" ] - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" } } |
