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.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index d4ce6a56cc..02b4712b9a 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,19 +1,4 @@
{
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -363,13 +348,12 @@
0,
0,
2,
- 9,
+ 11,
0
],
"name" : "Perl 6"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -484,16 +468,32 @@
1,
3,
14
- ]
+ ],
+ "name" : "Blog"
}
],
+ "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"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 113] Last updated at 2019-09-11 08:34:10 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : ""
}
- },
- "subtitle" : {
- "text" : "[Champions: 113] Last updated at 2019-09-10 18:43:32 GMT"
}
}