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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 6b6aaa9528..b9571c6ac6 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,18 +1,9 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "subtitle" : {
+ "text" : "[Champions: 121] Last updated at 2019-10-13 23:28:50 GMT"
},
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -135,7 +126,8 @@
2,
22,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"data" : [
@@ -205,7 +197,7 @@
1,
0,
0,
- 21,
+ 22,
8,
3,
2,
@@ -390,8 +382,20 @@
]
}
],
- "subtitle" : {
- "text" : "[Champions: 121] Last updated at 2019-10-13 22:41:06 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -518,14 +522,10 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
}
}