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 5b756584f0..a3bf7428dd 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,16 +1,23 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "[Champions: 177] Last updated at 2020-08-04 17:11:38 GMT"
- },
"yAxis" : {
"title" : {
"text" : ""
},
"min" : 0
},
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 177] Last updated at 2020-08-04 18:27:19 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -192,12 +199,13 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -371,12 +379,13 @@
0,
2,
15,
- 32,
+ 33,
1,
3,
38,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -561,6 +570,7 @@
"name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -739,17 +749,7 @@
1,
5,
10
- ],
- "name" : "Blog"
- }
- ],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ ]
}
- }
+ ]
}