diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f0682faec7..6044bf1ed0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,13 @@ { - "chart" : { - "type" : "column" - }, - "series" : [ - { - "data" : [ - { - "y" : 1, - "name" : "Andrew Shitov", - "drilldown" : "Andrew Shitov" - }, - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "drilldown" : "James Smith", - "name" : "James Smith", - "y" : 3 - }, - { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 - } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 146" - } - ], - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2022-01-04 16:54:41 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 146" - }, "legend" : { "enabled" : 0 }, @@ -65,27 +15,26 @@ "series" : [ { "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ], - "id" : "Andrew Shitov" + ] }, { + "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "id" : "E. Choroba", - "name" : "E. Choroba" + ] }, { "name" : "James Smith", - "id" : "James Smith", "data" : [ [ "Perl", @@ -95,7 +44,8 @@ "Blog", 1 ] - ] + ], + "id" : "James Smith" }, { "id" : "Mark Anderson", @@ -108,5 +58,55 @@ "name" : "Mark Anderson" } ] + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2022-01-04 17:04:38 GMT" + }, + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge - 146" + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 146", + "data" : [ + { + "name" : "Andrew Shitov", + "y" : 1, + "drilldown" : "Andrew Shitov" + }, + { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "drilldown" : "James Smith", + "y" : 3, + "name" : "James Smith" + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 2 + } + ] + } + ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
