aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorSimon Proctor <simon.proctor@gmail.com>2021-08-16 13:33:14 +0100
committerGitHub <noreply@github.com>2021-08-16 13:33:14 +0100
commit7efb6ca2da6f4dd4ace888d064b0080429af154d (patch)
treeef7ea19b8c9cf2abb31568ed0a94d3f2a0c2baed /stats/pwc-summary.json
parentf8c1bed0ca63ca4524d73f3264c1b9b1228609f3 (diff)
parentd9bbad705412903ffd55fb8c07bedcaeae734f85 (diff)
downloadperlweeklychallenge-club-7efb6ca2da6f4dd4ace888d064b0080429af154d.tar.gz
perlweeklychallenge-club-7efb6ca2da6f4dd4ace888d064b0080429af154d.tar.bz2
perlweeklychallenge-club-7efb6ca2da6f4dd4ace888d064b0080429af154d.zip
Merge branch 'manwar:master' into master
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index ee688def2e..3515c7071e 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,8 @@
{
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"yAxis" : {
"min" : 0,
@@ -9,8 +10,22 @@
"text" : ""
}
},
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 235] Last updated at 2021-08-16 12:03:03 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -178,7 +193,7 @@
0,
67,
0,
- 2,
+ 3,
1,
1,
10,
@@ -247,8 +262,7 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -491,6 +505,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -727,8 +742,7 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
"xAxis" : {
@@ -969,19 +983,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 235] Last updated at 2021-08-16 02:18:41 GMT"
}
}