aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json79
1 files changed, 47 insertions, 32 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d65b009fcb..cd532443d3 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,35 +1,25 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2021-01-12 00:28:29 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"drilldown" : {
"series" : [
{
- "id" : "James Smith",
+ "id" : "Andrew Shitov",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Andrew Shitov"
+ },
+ {
"name" : "James Smith",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "James Smith"
},
{
"data" : [
@@ -38,41 +28,66 @@
2
]
],
- "name" : "Stuart Little",
- "id" : "Stuart Little"
+ "id" : "Stuart Little",
+ "name" : "Stuart Little"
}
]
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 095"
+ },
"series" : [
{
- "colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 095",
"data" : [
{
+ "drilldown" : "Andrew Shitov",
+ "y" : 2,
+ "name" : "Andrew Shitov"
+ },
+ {
"drilldown" : "James Smith",
"y" : 2,
"name" : "James Smith"
},
{
+ "y" : 2,
"drilldown" : "Stuart Little",
- "name" : "Stuart Little",
- "y" : 2
+ "name" : "Stuart Little"
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2021-01-12 00:31:43 GMT"
+ },
"xAxis" : {
"type" : "category"
},
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
"legend" : {
"enabled" : 0
},
- "title" : {
- "text" : "Perl Weekly Challenge - 095"
+ "chart" : {
+ "type" : "column"
},
"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
+ "followPointer" : 1,
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
}
}