aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-91-120.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-summary-91-120.json')
-rw-r--r--stats/pwc-summary-91-120.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json
index 48342d19ea..32726446be 100644
--- a/stats/pwc-summary-91-120.json
+++ b/stats/pwc-summary-91-120.json
@@ -2,14 +2,17 @@
"chart" : {
"type" : "column"
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
4,
0,
@@ -41,10 +44,10 @@
9,
0,
2
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -76,10 +79,10 @@
17,
4,
6
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -111,15 +114,17 @@
0,
0,
0
- ]
+ ],
+ "name" : "Blog"
}
],
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-03-10 14:15:28 GMT"
},
"xAxis" : {
"categories" : [
@@ -155,13 +160,8 @@
"Robert Gratza"
]
},
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-03-10 08:48:41 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}