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.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 82a1cdcde7..82964dd4ee 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,8 @@
{
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 118] Last updated at 2019-10-08 13:13:07 GMT"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"xAxis" : {
"categories" : [
@@ -127,12 +126,27 @@
"Yozen Hernandez"
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
+ "subtitle" : {
+ "text" : "[Champions: 118] Last updated at 2019-10-08 13:17:18 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -155,7 +169,7 @@
12,
41,
0,
- 9,
+ 11,
28,
4,
0,
@@ -252,10 +266,10 @@
2,
21,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
6,
0,
@@ -375,10 +389,10 @@
2,
16,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -498,22 +512,8 @@
1,
4,
14
- ]
- }
- ],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ ],
+ "name" : "Blog"
}
- }
+ ]
}