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.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 95171a4236..4053b47277 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,21 +1,4 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 249] Last updated at 2022-02-16 10:12:40 GMT"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -269,15 +252,9 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -528,10 +505,10 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -662,7 +639,7 @@
0,
0,
0,
- 86,
+ 87,
7,
2,
1,
@@ -782,10 +759,10 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -916,7 +893,7 @@
0,
0,
3,
- 86,
+ 87,
0,
0,
0,
@@ -1036,8 +1013,31 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
- ]
+ ],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "subtitle" : {
+ "text" : "[Champions: 249] Last updated at 2022-02-16 10:22:41 GMT"
+ }
}