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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 42ed4bfb86..f292ba0bca 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,28 +1,7 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 168] Last updated at 2020-06-13 12:45:17 GMT"
- },
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
"series" : [
{
"name" : "Perl",
@@ -337,7 +316,7 @@
57,
27,
0,
- 4,
+ 5,
2,
0,
11,
@@ -371,6 +350,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -540,10 +520,27 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 168] Last updated at 2020-06-13 20:31:08 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -715,5 +712,8 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
}
}