diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 15:40:16 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 15:40:16 +0000 |
| commit | de63f8e410ecfe81398bd581ea63fc2f119a8460 (patch) | |
| tree | 83dd739920e19a4c8a139320f7ad3b9c4e83ef47 /stats/pwc-current.json | |
| parent | 10dabb35ed4b644df292ecd1679f03ac121c62cc (diff) | |
| download | perlweeklychallenge-club-de63f8e410ecfe81398bd581ea63fc2f119a8460.tar.gz perlweeklychallenge-club-de63f8e410ecfe81398bd581ea63fc2f119a8460.tar.bz2 perlweeklychallenge-club-de63f8e410ecfe81398bd581ea63fc2f119a8460.zip | |
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 75 |
1 files changed, 45 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 017c680b30..ae093a6228 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,26 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "drilldown" : { "series" : [ { + "name" : "Paulo Custodio", + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "data" : [ [ "Perl", @@ -12,56 +31,52 @@ 2 ] ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, - "title" : { - "text" : "The Weekly Challenge - 144" - }, - "legend" : { - "enabled" : 0 - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "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/>" + "legend" : { + "enabled" : 0 }, "xAxis" : { "type" : "category" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-21 15:06:31 GMT" - }, "series" : [ { + "colorByPoint" : 1, "data" : [ { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, + { "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "drilldown" : "Roger Bell_West" } ], - "name" : "The Weekly Challenge - 144", - "colorByPoint" : 1 + "name" : "The Weekly Challenge - 144" } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "title" : { + "text" : "The Weekly Challenge - 144" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-12-21 15:38:35 GMT" + }, + "tooltip" : { + "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/>", + "followPointer" : 1 } } |
