aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-1-30.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-summary-1-30.json')
-rw-r--r--stats/pwc-summary-1-30.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index 7d1119e9ad..ad3e11a021 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,10 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
0,
0,
@@ -32,11 +28,12 @@
1,
58,
2,
- 15,
+ 16,
43,
3,
5
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -74,6 +71,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -105,20 +103,15 @@
0,
0,
0
- ],
- "name" : "Blog"
+ ]
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"xAxis" : {
"categories" : [
@@ -154,14 +147,21 @@
"Darren Bottin"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-03-29 19:55:15 GMT"
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
},
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-03-29 19:52:51 GMT"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
}
}