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 9ae8f4a770..8112ff4232 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,7 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -64,7 +62,7 @@
6,
11,
52,
- 23,
+ 25,
1,
0,
9,
@@ -120,10 +118,10 @@
2,
18,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -240,11 +238,9 @@
2,
13,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -361,26 +357,18 @@
1,
4,
14
- ]
+ ],
+ "name" : "Blog"
}
],
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
}
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 115] Last updated at 2019-09-29 03:25:51 GMT"
},
"xAxis" : {
"categories" : [
@@ -501,7 +489,19 @@
"Yozen Hernandez"
]
},
- "subtitle" : {
- "text" : "[Champions: 115] Last updated at 2019-09-28 03:37:03 GMT"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}