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.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 23e52ed288..9c68b9b6a1 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,9 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "[Champions: 113] Last updated at 2019-09-15 23:09:12 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
},
"xAxis" : {
"categories" : [
@@ -122,12 +122,6 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"data" : [
@@ -172,7 +166,7 @@
0,
0,
12,
- 48,
+ 49,
12,
2,
2,
@@ -484,16 +478,22 @@
]
}
],
- "subtitle" : {
- "text" : "[Champions: 113] Last updated at 2019-09-15 22:52:58 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
}
}