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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 29aa492242..737afcb6c1 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -2,19 +2,9 @@
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"xAxis" : {
"categories" : [
@@ -222,21 +212,21 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"subtitle" : {
- "text" : "[Champions: 202] Last updated at 2020-11-16 04:14:10 GMT"
+ "text" : "[Champions: 202] Last updated at 2020-11-16 04:19:00 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
0,
11,
- 62,
+ 63,
2,
0,
1,
@@ -434,8 +424,7 @@
3,
41,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -650,7 +639,7 @@
0,
0,
2,
- 62,
+ 63,
0,
0,
0,
@@ -851,5 +840,16 @@
],
"name" : "Blog"
}
- ]
+ ],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ }
}