diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 20:54:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 20:54:29 +0100 |
| commit | 3c94f95af033e2daf3ab21daee70300e2ab6192e (patch) | |
| tree | 0192e523e7f5df442c268f3ea439f712e3385e82 /stats/pwc-current.json | |
| parent | 0106ab6e14c26362a699dc0a545c8a675a76160f (diff) | |
| download | perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.tar.gz perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.tar.bz2 perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 115 |
1 files changed, 67 insertions, 48 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 88d145d836..a3e921df34 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,40 +1,8 @@ { - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-09-07 02:33:52 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge - 129" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "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/>" - }, "series" : [ { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 129", "data" : [ { "drilldown" : "Abigail", @@ -42,30 +10,53 @@ "y" : 2 }, { - "drilldown" : "Dave Jacoby", + "y" : 3, "name" : "Dave Jacoby", - "y" : 3 + "drilldown" : "Dave Jacoby" }, { - "y" : 4, "drilldown" : "Luca Ferrari", + "y" : 4, "name" : "Luca Ferrari" }, { - "name" : "Peter Campbell Smith", "drilldown" : "Peter Campbell Smith", + "name" : "Peter Campbell Smith", "y" : 1 }, { "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 3 + "y" : 3, + "drilldown" : "Roger Bell_West" + }, + { + "name" : "W. Luis Mochan", + "y" : 3, + "drilldown" : "W. Luis Mochan" } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 129" + ] } ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "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/>" + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2021-09-07 19:53:04 GMT" + }, + "chart" : { + "type" : "column" + }, "drilldown" : { "series" : [ { @@ -93,6 +84,8 @@ ] }, { + "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -102,19 +95,17 @@ "Blog", 2 ] - ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + ] }, { "name" : "Peter Campbell Smith", + "id" : "Peter Campbell Smith", "data" : [ [ "Perl", 1 ] - ], - "id" : "Peter Campbell Smith" + ] }, { "data" : [ @@ -129,7 +120,35 @@ ], "id" : "Roger Bell_West", "name" : "Roger Bell_West" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" } ] + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "The Weekly Challenge - 129" + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 } } |
