aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 3205e9269f..391c7e7d8f 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 154] Last updated at 2020-03-29 22:29:18 GMT"
- },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -161,22 +158,23 @@
]
},
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
0,
@@ -332,8 +330,7 @@
2,
23,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -654,10 +651,13 @@
"name" : "Blog"
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 154] Last updated at 2020-03-29 23:07:25 GMT"
+ },
+ "chart" : {
+ "type" : "column"
}
}