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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 7470b3bce4..8ca496e94a 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,30 +1,12 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 93] Last updated at 2019-06-15 22:51:57 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -43,7 +25,7 @@
0,
4,
1,
- 16,
+ 18,
0,
2,
11,
@@ -119,10 +101,10 @@
1,
1,
10
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
4,
0,
@@ -217,11 +199,9 @@
0,
1,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -316,9 +296,25 @@
0,
0,
4
- ]
+ ],
+ "name" : "Blog"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 93] Last updated at 2019-06-15 23:07:19 GMT"
+ },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -415,5 +411,9 @@
"Yary H",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}