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.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 97d608f7c7..d8a84de433 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -2,9 +2,18 @@
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"chart" : {
"type" : "column"
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
"data" : [
@@ -44,7 +53,7 @@
2,
0,
1,
- 91,
+ 92,
2,
1,
38,
@@ -273,7 +282,7 @@
0,
1,
0,
- 67,
+ 68,
0,
0,
0,
@@ -463,7 +472,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -688,14 +696,18 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
+ "subtitle" : {
+ "text" : "[Champions: 223] Last updated at 2021-05-30 21:54:35 GMT"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
+ }
},
"xAxis" : {
"categories" : [
@@ -923,17 +935,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 223] Last updated at 2021-05-30 21:40:09 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}