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 fa96e6f204..09481040a6 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,6 @@
{
- "subtitle" : {
- "text" : "[Champions: 192] Last updated at 2020-09-25 23:45:46 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"xAxis" : {
"categories" : [
@@ -204,12 +198,29 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 192] Last updated at 2020-09-26 04:06:50 GMT"
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -403,10 +414,10 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -600,7 +611,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -723,7 +735,7 @@
0,
0,
31,
- 0,
+ 1,
0,
4,
0,
@@ -799,17 +811,5 @@
10
]
}
- ],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- }
+ ]
}