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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index e7857b3c7b..b7a72b9aa3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,10 +1,30 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"subtitle" : {
- "text" : "[Champions: 164] Last updated at 2020-06-01 06:59:18 GMT"
+ "text" : "[Champions: 164] Last updated at 2020-06-01 07:48:25 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"series" : [
{
- "name" : "Perl",
"data" : [
0,
0,
@@ -65,7 +85,7 @@
53,
0,
8,
- 32,
+ 33,
1,
4,
2,
@@ -170,7 +190,8 @@
2,
33,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -233,7 +254,7 @@
53,
2,
0,
- 32,
+ 33,
0,
0,
1,
@@ -342,7 +363,6 @@
"name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -403,7 +423,7 @@
40,
0,
6,
- 32,
+ 33,
0,
0,
0,
@@ -508,22 +528,10 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -691,13 +699,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
}
}