aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-1-30.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-summary-1-30.json')
-rw-r--r--stats/pwc-summary-1-30.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index 0877f48c28..7ee5c0aa7a 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,10 +1,4 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
@@ -42,19 +36,24 @@
"Cheok-Yin Fung"
]
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-09-05 09:59:17 GMT"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
2,
0,
@@ -85,11 +84,11 @@
0,
31,
0,
- 58
- ],
- "name" : "Perl"
+ 60
+ ]
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -121,8 +120,7 @@
8,
6,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -155,13 +153,15 @@
0,
15,
0,
- 18
+ 19
],
"name" : "Blog"
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-09-05 17:00:30 GMT"
+ },
+ "chart" : {
+ "type" : "column"
}
}