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.json113
1 files changed, 66 insertions, 47 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 7c878210c4..c2d1f34ccc 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,108 +1,127 @@
{
- "xAxis" : {
- "type" : "category"
+ "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"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2020-09-14 07:54:34 GMT"
},
"drilldown" : {
"series" : [
{
- "name" : "Alexander Pankoff",
"id" : "Alexander Pankoff",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "name" : "Alexander Pankoff"
+ },
+ {
+ "name" : "Andrew Shitov",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Andrew Shitov"
},
{
- "name" : "Anton Fedotov",
- "id" : "Anton Fedotov",
"data" : [
[
"Perl",
1
]
- ]
+ ],
+ "name" : "Anton Fedotov",
+ "id" : "Anton Fedotov"
},
{
+ "id" : "Jason Messer",
+ "name" : "Jason Messer",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Jason Messer",
- "id" : "Jason Messer"
+ ]
},
{
- "name" : "Mark Anderson",
- "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
}
]
},
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2020-09-14 07:23:21 GMT"
- },
"legend" : {
"enabled" : 0
},
- "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
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"series" : [
{
- "colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 078",
"data" : [
{
- "drilldown" : "Alexander Pankoff",
"y" : 2,
+ "drilldown" : "Alexander Pankoff",
"name" : "Alexander Pankoff"
},
{
+ "name" : "Andrew Shitov",
+ "drilldown" : "Andrew Shitov",
+ "y" : 3
+ },
+ {
"name" : "Anton Fedotov",
- "y" : 1,
- "drilldown" : "Anton Fedotov"
+ "drilldown" : "Anton Fedotov",
+ "y" : 1
},
{
- "y" : 2,
+ "name" : "Jason Messer",
"drilldown" : "Jason Messer",
- "name" : "Jason Messer"
+ "y" : 2
},
{
- "y" : 2,
+ "name" : "Mark Anderson",
"drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "y" : 2
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
"title" : {
"text" : "Perl Weekly Challenge - 078"
+ },
+ "xAxis" : {
+ "type" : "category"
}
}