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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index deda3bdf69..19e8e4b28e 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,12 @@
{
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
"name" : "Perl",
@@ -217,7 +225,7 @@
1,
3,
3,
- 41,
+ 42,
11
]
},
@@ -443,7 +451,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -661,17 +668,12 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "subtitle" : {
+ "text" : "[Champions: 216] Last updated at 2021-02-19 06:20:58 GMT"
},
"xAxis" : {
"categories" : [
@@ -893,19 +895,17 @@
"Yozen Hernandez"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 216] Last updated at 2021-02-19 06:17:42 GMT"
- },
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
}
}