diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-06 23:27:47 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-06 23:27:47 +0100 |
| commit | 43d635ab707f0ccdc279df7696535bc2d7880842 (patch) | |
| tree | 8ce44307e657aa73423ea33b2a60ae5a2ed48db2 /stats/pwc-summary.json | |
| parent | a51c066bb310d10a7bf5bd2141e232fa2be22a4a (diff) | |
| download | perlweeklychallenge-club-43d635ab707f0ccdc279df7696535bc2d7880842.tar.gz perlweeklychallenge-club-43d635ab707f0ccdc279df7696535bc2d7880842.tar.bz2 perlweeklychallenge-club-43d635ab707f0ccdc279df7696535bc2d7880842.zip | |
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 577bd76eae..6815ba15f2 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,24 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "subtitle" : { - "text" : "[Champions: 255] Last updated at 2022-05-06 22:20:09 GMT" + "text" : "[Champions: 255] Last updated at 2022-05-06 22:26:14 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -403,7 +421,7 @@ 2, 1, 0, - 112, + 113, 1, 24, 48, @@ -784,23 +802,9 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -1059,9 +1063,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
