diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-03-11 19:15:51 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-03-11 19:15:51 +0000 |
| commit | dfe459e065d51e41d8cc7feb00a5f53b5080d79e (patch) | |
| tree | f48f9ce587f341608185577f8d7232418e3a14f8 /stats/pwc-current.json | |
| parent | 9ab95dda4f101c63ac38b810849665103b75f983 (diff) | |
| download | perlweeklychallenge-club-dfe459e065d51e41d8cc7feb00a5f53b5080d79e.tar.gz perlweeklychallenge-club-dfe459e065d51e41d8cc7feb00a5f53b5080d79e.tar.bz2 perlweeklychallenge-club-dfe459e065d51e41d8cc7feb00a5f53b5080d79e.zip | |
- Added solutions by Peter Meszaros.
- Added solutions by Thomas Kohler.
- Added solutions by Dave Jacoby.
- Added solutions by Steven Wilson.
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 142 |
1 files changed, 107 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 01740b6b1f..a5ac704057 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,27 @@ { - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2024-03-11 11:17:47 GMT" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 260" }, "drilldown" : { "series" : [ { + "name" : "Dave Jacoby", + "id" : "Dave Jacoby", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ] + }, + { "data" : [ [ "Perl", @@ -15,17 +32,54 @@ "name" : "E. Choroba" }, { + "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ] + }, + { + "id" : "Peter Meszaros", + "data" : [ + [ + "Perl", + 2 + ] ], - "name" : "Mark Anderson", - "id" : "Mark Anderson" + "name" : "Peter Meszaros" + }, + { + "name" : "Thomas Kohler", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 2 + ] + ], + "id" : "Thomas Kohler" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" }, { - "name" : "W. Luis Mochan", "id" : "W. Luis Mochan", "data" : [ [ @@ -36,62 +90,80 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan" } ] }, - "title" : { - "text" : "The Weekly Challenge - 260" - }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "series" : [ { + "colorByPoint" : 1, "data" : [ { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 3 + }, + { + "name" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" + "drilldown" : "E. Choroba" }, { "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 + "y" : 2, + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Peter Meszaros", + "y" : 2, + "name" : "Peter Meszaros" }, { - "y" : 3, + "name" : "Thomas Kohler", + "y" : 4, + "drilldown" : "Thomas Kohler" + }, + { + "drilldown" : "Ulrich Rieke", + "y" : 4, + "name" : "Ulrich Rieke" + }, + { + "drilldown" : "W. Luis Mochan", "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" + "y" : 3 } ], - "name" : "The Weekly Challenge - 260", - "colorByPoint" : 1 + "name" : "The Weekly Challenge - 260" } ], + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2024-03-11 19:13:07 GMT" + }, + "xAxis" : { + "type" : "category" + }, "tooltip" : { - "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/>", - "followPointer" : 1 + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
