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.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 06c21dc0bc..d2617a63a3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,28 +1,4 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 113] Last updated at 2019-09-07 21:46:12 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
"name" : "Perl 5",
@@ -115,7 +91,7 @@
1,
4,
4,
- 7,
+ 9,
3,
2,
22,
@@ -143,6 +119,7 @@
]
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -232,7 +209,7 @@
0,
0,
0,
- 15,
+ 17,
0,
6,
9,
@@ -257,10 +234,10 @@
2,
9,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -375,10 +352,18 @@
1,
3,
14
- ],
- "name" : "Blog"
+ ]
}
],
+ "subtitle" : {
+ "text" : "[Champions: 113] Last updated at 2019-09-07 21:49:51 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -495,5 +480,20 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
}
}