diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 21:23:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 21:23:09 +0100 |
| commit | 6207d0c796712d05e9c3ed7c341d3e445a7eb0e0 (patch) | |
| tree | ffa3304a9803c5c9c7c84ad973177ac6497aa199 /stats/pwc-current.json | |
| parent | 5e7c1ffacc5e1097d3585ba5873c48950f7a2523 (diff) | |
| download | perlweeklychallenge-club-6207d0c796712d05e9c3ed7c341d3e445a7eb0e0.tar.gz perlweeklychallenge-club-6207d0c796712d05e9c3ed7c341d3e445a7eb0e0.tar.bz2 perlweeklychallenge-club-6207d0c796712d05e9c3ed7c341d3e445a7eb0e0.zip | |
- Added solutions by PokGoPun.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 83 |
1 files changed, 49 insertions, 34 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 304e90cc00..855a8b6bde 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,35 @@ { + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2022-07-04 20:17:57 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { + "name" : "PokGoPun", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "PokGoPun" + }, + { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -12,56 +40,43 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" } ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge - 172" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "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/>" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2022-07-04 19:51:18 GMT" - }, "series" : [ { "colorByPoint" : 1, "data" : [ { - "drilldown" : "Roger Bell_West", + "drilldown" : "PokGoPun", + "y" : 2, + "name" : "PokGoPun" + }, + { + "y" : 4, "name" : "Roger Bell_West", - "y" : 4 + "drilldown" : "Roger Bell_West" } ], "name" : "The Weekly Challenge - 172" } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 172" - } + ] } |
