diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-04-10 23:00:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-04-10 23:00:53 +0100 |
| commit | e5e6913d2faf5607a52ceb96efaa35c7b6ce57d3 (patch) | |
| tree | dde8dd341ed83a52cafef59654f67b84aa1fb5d8 /stats/pwc-current.json | |
| parent | 18625fe23f78a932ef5065004c3b342b5ea82c47 (diff) | |
| download | perlweeklychallenge-club-e5e6913d2faf5607a52ceb96efaa35c7b6ce57d3.tar.gz perlweeklychallenge-club-e5e6913d2faf5607a52ceb96efaa35c7b6ce57d3.tar.bz2 perlweeklychallenge-club-e5e6913d2faf5607a52ceb96efaa35c7b6ce57d3.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 135 |
1 files changed, 75 insertions, 60 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2ec82b7c21..13a830725b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,21 +1,86 @@ { "subtitle" : { - "text" : "[Champions: 4] Last updated at 2023-04-10 21:48:15 GMT" + "text" : "[Champions: 5] Last updated at 2023-04-10 21:58:08 GMT" }, "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/>" + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "name" : "Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld", + "y" : 3 + }, + { + "drilldown" : "Mark Anderson", + "y" : 2, + "name" : "Mark Anderson" + }, + { + "drilldown" : "Paulo Custodio", + "y" : 2, + "name" : "Paulo Custodio" + }, + { + "y" : 2, + "drilldown" : "Robert DiCicco", + "name" : "Robert DiCicco" + } + ], + "name" : "The Weekly Challenge - 212", + "colorByPoint" : 1 + } + ], "title" : { "text" : "The Weekly Challenge - 212" }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { "data" : [ [ "Perl", + 2 + ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", + "data" : [ + [ + "Perl", 1 ], [ @@ -26,32 +91,29 @@ "Blog", 1 ] - ], - "name" : "Laurent Rosenfeld", - "id" : "Laurent Rosenfeld" + ] }, { + "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "name" : "Mark Anderson" + ] }, { + "id" : "Paulo Custodio", + "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] - ], - "name" : "Paulo Custodio", - "id" : "Paulo Custodio" + ] }, { - "name" : "Robert DiCicco", "data" : [ [ "Perl", @@ -62,59 +124,12 @@ 1 ] ], + "name" : "Robert DiCicco", "id" : "Robert DiCicco" } ] }, "xAxis" : { "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Laurent Rosenfeld", - "y" : 3, - "drilldown" : "Laurent Rosenfeld" - }, - { - "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" - }, - { - "drilldown" : "Paulo Custodio", - "y" : 2, - "name" : "Paulo Custodio" - }, - { - "name" : "Robert DiCicco", - "y" : 2, - "drilldown" : "Robert DiCicco" - } - ], - "name" : "The Weekly Challenge - 212" - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
