aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-151-180.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-summary-151-180.json')
-rw-r--r--stats/pwc-summary-151-180.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json
index 89f3fffbb3..909e07b4d6 100644
--- a/stats/pwc-summary-151-180.json
+++ b/stats/pwc-summary-151-180.json
@@ -1,7 +1,18 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
0,
9,
@@ -33,9 +44,11 @@
0,
75,
0
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
1,
17,
@@ -67,8 +80,7 @@
0,
1,
74
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -106,8 +118,17 @@
"name" : "Blog"
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-11-23 19:35:52 GMT"
+ "text" : "[Champions: 30] Last updated at 2020-11-23 19:45:37 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"xAxis" : {
"categories" : [
@@ -142,26 +163,5 @@
"Steven Wilson",
"Stuart Little"
]
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}