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.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index dd37a0feef..a1766601eb 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,8 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -109,11 +105,13 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
+ "subtitle" : {
+ "text" : "[Champions: 102] Last updated at 2019-07-10 11:18:25 GMT"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
@@ -173,7 +171,7 @@
6,
10,
31,
- 7,
+ 9,
1,
0,
0,
@@ -224,7 +222,6 @@
"name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
6,
0,
@@ -328,10 +325,10 @@
0,
1,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -435,21 +432,24 @@
0,
0,
8
- ]
+ ],
+ "name" : "Blog"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : ""
}
},
- "subtitle" : {
- "text" : "[Champions: 102] Last updated at 2019-07-09 12:29:29 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
}
}