diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 79 |
1 files changed, 47 insertions, 32 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e6e86adb30..3e7905e658 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,43 +1,50 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 152" - }, - "chart" : { - "type" : "column" + "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/>" }, "series" : [ { - "name" : "The Weekly Challenge - 152", "data" : [ { - "drilldown" : "Roger Bell_West", + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", + "y" : 2 + }, + { "name" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "drilldown" : "Roger Bell_West" } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 152" } ], - "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 + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson" + }, + { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -47,21 +54,29 @@ "Raku", 2 ] - ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + ] } ] }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2022-02-16 09:37:15 GMT" + }, + "legend" : { + "enabled" : 0 + }, "xAxis" : { "type" : "category" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "The Weekly Challenge - 152" }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2022-02-16 09:09:31 GMT" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } } } |
