diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 71 |
1 files changed, 45 insertions, 26 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 981e6ddc60..86810ea8c7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,39 +1,58 @@ { - "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 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-07-13 01:23:31 GMT" + "title" : { + "text" : "The Weekly Challenge - 121" }, "chart" : { "type" : "column" }, "series" : [ { - "colorByPoint" : 1, "data" : [ { - "y" : 4, + "drilldown" : "James Smith", + "y" : 3, + "name" : "James Smith" + }, + { "name" : "Luca Ferrari", + "y" : 4, "drilldown" : "Luca Ferrari" } ], + "colorByPoint" : 1, "name" : "The Weekly Challenge - 121" } ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, "xAxis" : { "type" : "category" }, "drilldown" : { "series" : [ { + "id" : "James Smith", + "name" : "James Smith", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ] + }, + { + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -44,24 +63,24 @@ 2 ] ], - "id" : "Luca Ferrari", "name" : "Luca Ferrari" } ] }, + "tooltip" : { + "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/>", + "followPointer" : 1 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "legend" : { "enabled" : 0 }, - "title" : { - "text" : "The Weekly Challenge - 121" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-07-13 01:36:10 GMT" } } |
