diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-13 18:07:02 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-13 18:07:02 +0000 |
| commit | ecafe0e840b90c1462ec4ac924f3255dd3beb2c0 (patch) | |
| tree | d306fbdaac931ca65c37db81d939ea44113f1356 /stats/pwc-current.json | |
| parent | ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb (diff) | |
| download | perlweeklychallenge-club-ecafe0e840b90c1462ec4ac924f3255dd3beb2c0.tar.gz perlweeklychallenge-club-ecafe0e840b90c1462ec4ac924f3255dd3beb2c0.tar.bz2 perlweeklychallenge-club-ecafe0e840b90c1462ec4ac924f3255dd3beb2c0.zip | |
- Added solution by Robert DiCicco.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 103 |
1 files changed, 59 insertions, 44 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d6a32faa94..f8cfdf1667 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,34 +2,6 @@ "legend" : { "enabled" : 0 }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-12-13 17:52:59 GMT" - }, - "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/>" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "drilldown" : { "series" : [ { @@ -39,8 +11,8 @@ 1 ] ], - "id" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar" + "name" : "Mohammad S Anwar", + "id" : "Mohammad S Anwar" }, { "name" : "Olivier Delouya", @@ -53,18 +25,26 @@ ] }, { + "id" : "Paulo Custodio", + "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] + ] + }, + { + "data" : [ + [ + "Perl", + 1 + ] ], - "id" : "Paulo Custodio", - "name" : "Paulo Custodio" + "id" : "Robert DiCicco", + "name" : "Robert DiCicco" }, { - "name" : "Roger Bell_West", - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -74,17 +54,24 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, - "title" : { - "text" : "The Weekly Challenge - 143" + "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/>" }, "series" : [ { - "name" : "The Weekly Challenge - 143", "colorByPoint" : 1, + "name" : "The Weekly Challenge - 143", "data" : [ { "name" : "Mohammad S Anwar", @@ -92,21 +79,49 @@ "drilldown" : "Mohammad S Anwar" }, { - "name" : "Olivier Delouya", "y" : 1, + "name" : "Olivier Delouya", "drilldown" : "Olivier Delouya" }, { - "name" : "Paulo Custodio", + "drilldown" : "Paulo Custodio", "y" : 2, - "drilldown" : "Paulo Custodio" + "name" : "Paulo Custodio" + }, + { + "drilldown" : "Robert DiCicco", + "y" : 1, + "name" : "Robert DiCicco" }, { - "drilldown" : "Roger Bell_West", "y" : 4, - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West" } ] } - ] + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "The Weekly Challenge - 143" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2021-12-13 18:05:31 GMT" + } } |
