diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 81 |
1 files changed, 48 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f0fd9f7538..8ea10ba8d0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,48 +1,41 @@ { - "series" : [ - { - "name" : "Perl Weekly Challenge - 019", - "data" : [ - { - "name" : "Lubos Kolouch", - "y" : 2, - "drilldown" : "Lubos Kolouch" - } - ], - "colorByPoint" : 1 - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 019" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "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/>" - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-07-29 13:25:54 GMT" - }, - "chart" : { - "type" : "column" + "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/>" }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 019", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Lubos Kolouch", + "name" : "Lubos Kolouch", + "y" : 2 + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 1 + } + ] + } + ], "drilldown" : { "series" : [ { @@ -54,10 +47,32 @@ ], "id" : "Lubos Kolouch", "name" : "Lubos Kolouch" + }, + { + "name" : "Mark Anderson", + "id" : "Mark Anderson", + "data" : [ + [ + "Perl 5", + 1 + ] + ] } ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 019" + }, "legend" : { "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-07-29 13:36:45 GMT" } } |
