diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-15 23:14:19 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-15 23:14:19 +0000 |
| commit | 6de4b3814974ce9398f408845bbdccbcbe60286f (patch) | |
| tree | a4eb7e73d5529f84457e42169ec4d64a6a896b8e /stats/pwc-current.json | |
| parent | 11cb93f95cc1db530b1fdf75d2152f856e1a36d9 (diff) | |
| download | perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.tar.gz perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.tar.bz2 perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.zip | |
- Added solutions by PokGoPun.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 129 |
1 files changed, 72 insertions, 57 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index dc650ccbca..313f4e563d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,29 +2,64 @@ "title" : { "text" : "The Weekly Challenge - 156" }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Dave Jacoby", + "y" : 3, + "name" : "Dave Jacoby" + }, + { + "drilldown" : "James Smith", + "y" : 3, + "name" : "James Smith" + }, + { + "name" : "Mark Anderson", + "y" : 2, + "drilldown" : "Mark Anderson" + }, + { + "name" : "PokGoPun", + "y" : 2, + "drilldown" : "PokGoPun" + }, + { + "name" : "Roger Bell_West", + "y" : 4, + "drilldown" : "Roger Bell_West" + }, + { + "y" : 3, + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan" + } + ], + "name" : "The Weekly Challenge - 156" + } + ], + "chart" : { + "type" : "column" + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "xAxis" : { - "type" : "category" - }, "legend" : { "enabled" : 0 }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { @@ -42,7 +77,6 @@ "id" : "Dave Jacoby" }, { - "id" : "James Smith", "data" : [ [ "Perl", @@ -53,20 +87,30 @@ 1 ] ], - "name" : "James Smith" + "name" : "James Smith", + "id" : "James Smith" }, { "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ], + "name" : "Mark Anderson" + }, + { + "id" : "PokGoPun", + "name" : "PokGoPun", + "data" : [ + [ + "Perl", + 2 + ] ] }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -77,9 +121,11 @@ 2 ] ], - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" }, { + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -90,50 +136,19 @@ 1 ] ], - "name" : "W. Luis Mochan", "id" : "W. Luis Mochan" } ] }, "subtitle" : { - "text" : "[Champions: 5] Last updated at 2022-03-15 22:52:54 GMT" + "text" : "[Champions: 6] Last updated at 2022-03-15 23:12:36 GMT" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "xAxis" : { + "type" : "category" }, - "series" : [ - { - "name" : "The Weekly Challenge - 156", - "colorByPoint" : 1, - "data" : [ - { - "y" : 3, - "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby" - }, - { - "y" : 3, - "name" : "James Smith", - "drilldown" : "James Smith" - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 - }, - { - "y" : 4, - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West" - }, - { - "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan", - "y" : 3 - } - ] - } - ] + "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/>" + } } |
