diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 02:53:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 02:53:58 +0100 |
| commit | 7bd14815354106e363fc36f939d9cd9ca6170f6d (patch) | |
| tree | 9c68a76d14d685e05d8d006e2603c3d9db8ceef0 /stats/pwc-current.json | |
| parent | a6fd7a0fd78163a02c731fddb12a14fb8b451620 (diff) | |
| download | perlweeklychallenge-club-7bd14815354106e363fc36f939d9cd9ca6170f6d.tar.gz perlweeklychallenge-club-7bd14815354106e363fc36f939d9cd9ca6170f6d.tar.bz2 perlweeklychallenge-club-7bd14815354106e363fc36f939d9cd9ca6170f6d.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 71 |
1 files changed, 45 insertions, 26 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b6bbd50c7e..587a6e5ae5 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,36 +1,38 @@ { + "chart" : { + "type" : "column" + }, "title" : { "text" : "The Weekly Challenge - 129" }, + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, "series" : [ { + "name" : "The Weekly Challenge - 129", "data" : [ { - "y" : 2, "drilldown" : "Abigail", + "y" : 2, "name" : "Abigail" }, { - "y" : 4, "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "name" : "Luca Ferrari", + "y" : 4 + }, + { + "drilldown" : "Roger Bell_West", + "y" : 3, + "name" : "Roger Bell_West" } ], - "name" : "The Weekly Challenge - 129", "colorByPoint" : 1 } ], - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-09-07 01:47:44 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -40,28 +42,26 @@ } } }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-09-07 01:52:51 GMT" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "id" : "Abigail", "data" : [ [ "Perl", 2 ] ], + "id" : "Abigail", "name" : "Abigail" }, { - "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -72,11 +72,30 @@ 2 ] ], - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" + }, + { + "name" : "Roger Bell_West", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 1 + ] + ], + "id" : "Roger Bell_West" } ] }, - "xAxis" : { - "type" : "category" + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
