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.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 33d27c19f2..e86248ab60 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,10 @@
{
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -182,7 +185,8 @@
3,
38,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -195,7 +199,7 @@
2,
0,
7,
- 8,
+ 9,
0,
0,
1,
@@ -369,7 +373,6 @@
"name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -380,7 +383,7 @@
0,
0,
0,
- 7,
+ 8,
0,
0,
0,
@@ -550,18 +553,12 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -746,18 +743,21 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"subtitle" : {
- "text" : "[Champions: 179] Last updated at 2020-08-10 09:36:38 GMT"
- },
- "chart" : {
- "type" : "column"
+ "text" : "[Champions: 179] Last updated at 2020-08-10 09:49:44 GMT"
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
}
}