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 5ba8fdec1f..e71b9b535f 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,11 @@
{
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"yAxis" : {
"title" : {
@@ -9,11 +13,9 @@
},
"min" : 0
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
0,
@@ -93,7 +95,7 @@
9,
8,
6,
- 52,
+ 53,
1,
27,
0,
@@ -171,8 +173,7 @@
2,
24,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -255,7 +256,7 @@
0,
2,
0,
- 53,
+ 54,
0,
0,
12,
@@ -336,7 +337,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -416,7 +416,7 @@
0,
0,
0,
- 53,
+ 54,
0,
0,
9,
@@ -494,7 +494,8 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
"xAxis" : {
@@ -657,15 +658,14 @@
"Yozen Hernandez"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"subtitle" : {
- "text" : "[Champions: 156] Last updated at 2020-04-04 07:51:30 GMT"
+ "text" : "[Champions: 156] Last updated at 2020-04-04 18:42:55 GMT"
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}