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.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 28e38ce29d..ba19ce52d9 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,4 +1,13 @@
{
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 143"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"plotOptions" : {
"series" : {
"borderWidth" : 0,
@@ -8,15 +17,12 @@
}
}
},
- "title" : {
- "text" : "The Weekly Challenge - 143"
- },
"series" : [
{
"data" : [
{
- "name" : "Mohammad S Anwar",
"drilldown" : "Mohammad S Anwar",
+ "name" : "Mohammad S Anwar",
"y" : 1
}
],
@@ -24,14 +30,19 @@
"colorByPoint" : 1
}
],
+ "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/>"
+ },
"legend" : {
"enabled" : 0
},
"drilldown" : {
"series" : [
{
- "id" : "Mohammad S Anwar",
"name" : "Mohammad S Anwar",
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
@@ -41,23 +52,12 @@
}
]
},
- "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
- },
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2021-12-13 10:48:24 GMT"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-12-13 10:07:51 GMT"
}
}