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.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 73768bceec..77ebcecaf3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 162] Last updated at 2020-05-11 16:35:39 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
@@ -15,6 +6,7 @@
},
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
0,
@@ -118,7 +110,7 @@
3,
0,
0,
- 14,
+ 15,
7,
6,
4,
@@ -178,8 +170,7 @@
2,
31,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -349,7 +340,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -513,19 +503,25 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 162] Last updated at 2020-05-11 19:07:41 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -691,5 +687,9 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
}
}