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.json56
1 files changed, 30 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index bedb4470db..c678795675 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,18 +1,9 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "[Champions: 245] Last updated at 2022-01-03 02:20:19 GMT"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -166,6 +157,7 @@
2,
0,
0,
+ 1,
66,
20,
7,
@@ -259,10 +251,10 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -416,6 +408,7 @@
0,
1,
0,
+ 0,
43,
20,
0,
@@ -509,7 +502,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -666,6 +660,7 @@
0,
0,
0,
+ 0,
50,
10,
0,
@@ -762,8 +757,26 @@
]
}
],
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 246] Last updated at 2022-01-03 02:32:07 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
"xAxis" : {
"categories" : [
@@ -919,6 +932,7 @@
"Miguel Prz",
"Mihail Iosilevitch",
"Mike Accardo",
+ "Mohammad Khalid Anwar",
"Mohammad S Anwar",
"Myoungjin Jeon",
"Nazareno Delucca",
@@ -1013,15 +1027,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
}
}