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 73e0598470..6fd26c2ddb 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,15 +1,15 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "[Champions: 188] Last updated at 2020-09-15 19:34:40 GMT"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -126,7 +126,7 @@
3,
0,
0,
- 32,
+ 33,
9,
7,
7,
@@ -199,7 +199,8 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -588,6 +589,17 @@
]
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -780,20 +792,8 @@
"Yozen Hernandez"
]
},
- "subtitle" : {
- "text" : "[Champions: 188] Last updated at 2020-09-15 18:13:50 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
"tooltip" : {
"shared" : 1,
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
}
}