diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:14:14 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:14:14 +0000 |
| commit | bee707c7034cfb275f0da150d9faf2425efbe0f3 (patch) | |
| tree | 0e7892ab8ecb5e26c82959206ee9ef715af6391c /stats/pwc-current.json | |
| parent | 2c8282a1bfe8fcfee7b6c9227fd4f11f4932c572 (diff) | |
| download | perlweeklychallenge-club-bee707c7034cfb275f0da150d9faf2425efbe0f3.tar.gz perlweeklychallenge-club-bee707c7034cfb275f0da150d9faf2425efbe0f3.tar.bz2 perlweeklychallenge-club-bee707c7034cfb275f0da150d9faf2425efbe0f3.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 161 |
1 files changed, 88 insertions, 73 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 15e0d36b26..27df502d22 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,85 @@ { - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-14 12:33:57 GMT" + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "The Weekly Challenge - 143" }, + "series" : [ + { + "data" : [ + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Luca Ferrari", + "y" : 5, + "name" : "Luca Ferrari" + }, + { + "y" : 1, + "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" + }, + { + "name" : "Olivier Delouya", + "y" : 1, + "drilldown" : "Olivier Delouya" + }, + { + "y" : 2, + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio" + }, + { + "name" : "Robert DiCicco", + "y" : 2, + "drilldown" : "Robert DiCicco" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + }, + { + "y" : 2, + "drilldown" : "Ulrich Rieke", + "name" : "Ulrich Rieke" + } + ], + "name" : "The Weekly Challenge - 143", + "colorByPoint" : 1 + } + ], "drilldown" : { "series" : [ { + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "name" : "Luca Ferrari", "data" : [ [ @@ -25,22 +100,22 @@ 1 ] ], - "name" : "Mohammad S Anwar", - "id" : "Mohammad S Anwar" + "id" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" }, { - "name" : "Olivier Delouya", "data" : [ [ "Perl", 1 ] ], - "id" : "Olivier Delouya" + "id" : "Olivier Delouya", + "name" : "Olivier Delouya" }, { - "id" : "Paulo Custodio", "name" : "Paulo Custodio", + "id" : "Paulo Custodio", "data" : [ [ "Perl", @@ -69,10 +144,11 @@ 2 ] ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -83,77 +159,13 @@ 1 ] ], - "name" : "Ulrich Rieke", "id" : "Ulrich Rieke" } ] }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 5 - }, - { - "name" : "Mohammad S Anwar", - "y" : 1, - "drilldown" : "Mohammad S Anwar" - }, - { - "name" : "Olivier Delouya", - "drilldown" : "Olivier Delouya", - "y" : 1 - }, - { - "name" : "Paulo Custodio", - "drilldown" : "Paulo Custodio", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Robert DiCicco", - "name" : "Robert DiCicco" - }, - { - "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" - }, - { - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke", - "y" : 2 - } - ], - "name" : "The Weekly Challenge - 143" - } - ], "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 143" - }, - "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" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -161,5 +173,8 @@ }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-12-14 13:12:55 GMT" } } |
