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 cc353dc16b..f98d779931 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
- },
"series" : [
{
"data" : [
@@ -18,7 +14,7 @@
0,
0,
5,
- 35,
+ 37,
0,
0,
4,
@@ -113,6 +109,7 @@
"name" : "Perl 5"
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -126,7 +123,7 @@
2,
29,
0,
- 11,
+ 13,
0,
0,
0,
@@ -217,8 +214,7 @@
0,
1,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
"name" : "Blog",
@@ -329,8 +325,29 @@
]
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"subtitle" : {
- "text" : "[Champions: 103] Last updated at 2019-07-21 08:18:21 GMT"
+ "text" : "[Champions: 103] Last updated at 2019-07-21 08:22:11 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -438,22 +455,5 @@
"Yary H",
"Yozen Hernandez"
]
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
}
}