diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 51 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 62803db55c..c65b58474d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -7,8 +10,6 @@ "drilldown" : { "series" : [ { - "id" : "Simon Green", - "name" : "Simon Green", "data" : [ [ "Perl", @@ -18,7 +19,19 @@ "Blog", 1 ] - ] + ], + "id" : "Simon Green", + "name" : "Simon Green" + }, + { + "id" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Simon Proctor" }, { "data" : [ @@ -31,39 +44,13 @@ 2 ] ], - "name" : "Stuart Little", - "id" : "Stuart Little" + "id" : "Stuart Little", + "name" : "Stuart Little" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 099" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-02-09 23:04:17 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "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/>" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" + "text" : "[Champions: 3] Last updated at 2021-02-09 23:15:38 GMT" }, "series" : [ { @@ -71,16 +58,44 @@ "colorByPoint" : 1, "data" : [ { - "drilldown" : "Simon Green", "name" : "Simon Green", + "drilldown" : "Simon Green", "y" : 3 }, { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 2 + }, + { "drilldown" : "Stuart Little", - "name" : "Stuart Little", - "y" : 4 + "y" : 4, + "name" : "Stuart Little" } ] } - ] + ], + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 099" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "xAxis" : { + "type" : "category" + }, + "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/>" + } } |
