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 c11513b96e..7140d56835 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,22 @@
{
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -32,7 +45,7 @@
0,
0,
2,
- 22,
+ 23,
1,
0,
15,
@@ -223,11 +236,9 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -447,7 +458,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"data" : [
@@ -673,6 +685,12 @@
"name" : "Blog"
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -895,25 +913,7 @@
"Yozen Hernandez"
]
},
- "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"
- },
"subtitle" : {
- "text" : "[Champions: 218] Last updated at 2021-03-13 07:44:15 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "text" : "[Champions: 218] Last updated at 2021-03-13 07:52:09 GMT"
}
}