diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 71 |
1 files changed, 43 insertions, 28 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index bf0920b87b..a7877a34b8 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,16 @@ { + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-05-04 05:44:33 GMT" + "text" : "[Champions: 2] Last updated at 2021-05-04 05:49:25 GMT" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "plotOptions" : { "series" : { @@ -14,50 +21,58 @@ } } }, - "title" : { - "text" : "Perl Weekly Challenge - 111" - }, - "legend" : { - "enabled" : 0 - }, - "tooltip" : { - "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" - } - }, "drilldown" : { "series" : [ { + "id" : "E. Choroba", + "name" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + "id" : "Mark Anderson" } ] }, - "xAxis" : { - "type" : "category" - }, "series" : [ { "name" : "Perl Weekly Challenge - 111", - "colorByPoint" : 1, "data" : [ { "y" : 2, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "name" : "Mark Anderson", "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" + "y" : 2 } - ] + ], + "colorByPoint" : 1 } - ] + ], + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 111" + } } |
