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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index a8204ed4bf..154e74cd4a 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,11 @@
{
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"subtitle" : {
- "text" : "[Champions: 75] Last updated at 2019-04-24 11:07:40 GMT"
+ "text" : "[Champions: 75] Last updated at 2019-04-25 16:10:12 GMT"
},
"series" : [
{
@@ -21,7 +26,7 @@
0,
4,
1,
- 4,
+ 6,
2,
1,
4,
@@ -43,7 +48,7 @@
0,
6,
8,
- 5,
+ 7,
2,
4,
8,
@@ -84,7 +89,6 @@
"name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
0,
0,
@@ -161,30 +165,10 @@
0,
0,
1
- ]
+ ],
+ "name" : "Perl 6"
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"xAxis" : {
"categories" : [
"Abigail",
@@ -263,5 +247,21 @@
"William Gilmore",
"Yary H"
]
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}