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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 0ae532fcda..3de48b3bc4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,24 +1,6 @@
{
- "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: 170] Last updated at 2020-06-28 00:46:01 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "text" : "[Champions: 170] Last updated at 2020-06-28 00:48:34 GMT"
},
"xAxis" : {
"categories" : [
@@ -194,9 +176,29 @@
"Yozen Hernandez"
]
},
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -241,7 +243,7 @@
8,
35,
59,
- 61,
+ 62,
1,
4,
10,
@@ -368,7 +370,8 @@
2,
37,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -720,8 +723,5 @@
],
"name" : "Blog"
}
- ],
- "chart" : {
- "type" : "column"
- }
+ ]
}