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, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index d2ab3889f6..7ac4ff5407 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,22 +1,9 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -222,7 +209,7 @@
0,
0,
5,
- 17,
+ 18,
9,
223,
2,
@@ -321,9 +308,11 @@
44,
11,
4
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -374,8 +363,8 @@
6,
0,
0,
- 5,
1,
+ 5,
0,
104,
0,
@@ -529,7 +518,7 @@
0,
20,
0,
- 17,
+ 18,
0,
0,
0,
@@ -628,11 +617,9 @@
11,
0,
0
- ],
- "name" : "Raku"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -838,7 +825,7 @@
0,
0,
0,
- 17,
+ 18,
0,
0,
1,
@@ -937,17 +924,25 @@
5,
10,
1
- ]
+ ],
+ "name" : "Blog"
}
],
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 303] Last updated at 2023-11-27 05:34:15 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2023]"
},
- "subtitle" : {
- "text" : "[Champions: 303] Last updated at 2023-11-27 05:05:31 GMT"
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
"xAxis" : {
"categories" : [
@@ -1255,5 +1250,10 @@
"Yozen Hernandez",
"Yves Orton"
]
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}