diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-05 16:45:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-05 16:45:35 +0100 |
| commit | a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10 (patch) | |
| tree | 77a0653a9995fa9190ec341f47276443ebc2f3bf /stats/pwc-current.json | |
| parent | 3b548b1e84f1e0b43b74d41481a661f7508373dd (diff) | |
| download | perlweeklychallenge-club-a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10.tar.gz perlweeklychallenge-club-a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10.tar.bz2 perlweeklychallenge-club-a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10.zip | |
- Added solutions to week 39 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f568ba73ee..fc11af3abb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,57 +1,69 @@ { - "legend" : { - "enabled" : 0 + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2022-04-05 15:25:08 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "title" : { "text" : "The Weekly Challenge - 159" }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2022-04-05 15:43:57 GMT" + }, + "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/>" + "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/>" }, "series" : [ { - "name" : "The Weekly Challenge - 159", - "colorByPoint" : 1, "data" : [ { - "name" : "Dave Jacoby", "y" : 3, - "drilldown" : "Dave Jacoby" + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby" }, { - "y" : 3, + "drilldown" : "James Smith", "name" : "James Smith", - "drilldown" : "James Smith" + "y" : 3 }, { + "y" : 8, "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 8 + "name" : "Luca Ferrari" }, { + "y" : 2, "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 + "name" : "Mark Anderson" }, { - "y" : 2, + "drilldown" : "Marton Polgar", "name" : "Marton Polgar", - "drilldown" : "Marton Polgar" + "y" : 2 }, { - "drilldown" : "Paulo Custodio", + "y" : 2, "name" : "Paulo Custodio", - "y" : 2 + "drilldown" : "Paulo Custodio" }, { "drilldown" : "PokGoPun", - "y" : 2, - "name" : "PokGoPun" + "name" : "PokGoPun", + "y" : 2 }, { "drilldown" : "Roger Bell_West", @@ -59,17 +71,19 @@ "y" : 4 }, { - "name" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" } - ] + ], + "name" : "The Weekly Challenge - 159", + "colorByPoint" : 1 } ], "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ "Perl", @@ -80,10 +94,9 @@ 1 ] ], - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { - "id" : "James Smith", "data" : [ [ "Perl", @@ -94,6 +107,7 @@ 1 ] ], + "id" : "James Smith", "name" : "James Smith" }, { @@ -111,46 +125,47 @@ ] }, { + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", "name" : "Mark Anderson" }, { "name" : "Marton Polgar", + "id" : "Marton Polgar", "data" : [ [ "Raku", 2 ] - ], - "id" : "Marton Polgar" + ] }, { - "name" : "Paulo Custodio", + "id" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] ], - "id" : "Paulo Custodio" + "name" : "Paulo Custodio" }, { - "id" : "PokGoPun", + "name" : "PokGoPun", "data" : [ [ "Perl", 2 ] ], - "name" : "PokGoPun" + "id" : "PokGoPun" }, { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -161,39 +176,24 @@ 2 ] ], - "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" } ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "xAxis" : { "type" : "category" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "legend" : { + "enabled" : 0 } } |
